I need help with both! Complex Name: trichlorotris cyanocobat C Point group assignment: 3- Cl NCI...
The spectrochemical series is < Br<< Cl<F-<OH" <H2O <NH3 <en <NO2- < CN- The complex [Ni(Cl)c] is green and the complex [Ni(en)]2+ is violet, where en corresponds to the ethylenediamine ligand. The reason for the difference in the color of these complexes is: Select one: A. The chloride ligand is green, and the ethylenediamine ligand is violet. B. The difference in the coordination numbers of the chloride complex and the en complex. C. The difference in the oxidation states of...
Give the point group, LFSE, spin-only magnetic moment,
Jahn-Teller activity (i.e. will the complex distort and how), and
predicted stability for:
a. diaquasilver(I) (CN = 2, use Oh rules)
b. fac-[CoF3I3]3-
c. [Ru(ox)3]3-
d. Os(NH3)5 (CN = 5, use Oh
rules)
Hi, I really need help on both parts a and b of this Complex
Analysis question. Thanks!
1. Define exp(iy) := cos(y) + i sin(y). a. Prove, using trigonometry, that exp(iy+iy') = exp(iy). expliy') for y, y' ER two real numbers. b. Prove directly (using Taylor series for sin and cos) that expliy) = " where n! denotes the factorial of n. Hint: you may use the fact that an infinite sum of complex numbers an converges if and only...
For each of the following i. Write the full name of the coordination compound (or complex) ii.Draw all of the isomers of the coordination compound (or complex) a. [Cr(NH3)3Br3] b. Fe(C2O4)2(CN)2 3-
3. Consider the loctahedral species CrCl? (point group O). What point group results by (a) removing one CI (b) replacing one Cl with one Br (c) removing two trans Cl's (d) removing two cis Ci's (e) removing three mutually adjacent Ci's.
Need help with this in C++. I got the Movie part, but I need help with the release dates There is a file of Warner Brothers movies on the internet. Each entry has the following form: Name of Movie Release Date Several names of the stars in the movie A separator line which is blank Your assignment is: for each movie, 1. read in the Name, Release Date and stars 2. Sort the movies by Movie Name alphabetically, 3. Sort...
I need help on (d) only . I do not understand what
charge the Cobalt or iron should have. May someone please explain
how to know what charge the Cobalt and iron are
24. Name each complex ion or coordination compound. a. [Cu(en)212 c. NalCr(H2O)2(ox)2 b. [Mn(CO)(NO2)312 d. [Co(en)al[Fe(CN)6]
PLEASE HELP WITH BOTH 14 and 15!! i need a lot of help, please
explain! thank you so much
14. (2 pts) Name one morphological difference between the Archosauria and the Lepidosauria. 15. (12 pts) Match the terms on the right to the most appropriate name on the left. Only one answer per blank. a) Chameleontidae b) Helodermatidae c) Corytophanidae d) Polychrotidae f) Phrynosomatidae g) Pygopodidae h) Scincidae i) Xantusiidae j) Teiidae k) Varanidae A. Some of these lizards can...
Hi, I really need help on both parts of this complex analysis
question. Thanks!
1. Let be a complex number and let 12=C 1.R>o be the complement in C to all real positive multiples of . (a) Show that the function 2 H 23 has a continuous inverse function, called 37, on N. (Hint: polar coordinates might help). Prove that there are exactly three different such continuous functions. Deduce that there is no continuous extension of 37 on all of...
this code below is not the full code. I need help outputting both first name and last name. Can you please fix my code. I use getline but it says sometthing is wrong with my if statement our whatever cout<<" -=| ADDING STUDENT |=-" << endl; cout<<"Please enter the student’s name: "; cin>>s_name; if(g.add_std(s_name)) cout<<"\n"<<s_name<<" was successfully added to the gradebook!"; else cout<<"\nStudents cannot be added because the gradebook is full!"; break;