From: Megan Madden on 3 Sep 2009 22:41 Given the following complex numbers, write a computer program, to perform the following algebraic operations: A= a +jb B= c +jd FIND: 1. A+B 2. A-B 3. A/b 4. A*B DATA: a b c d -1 0 2 3 5 -1 2 -1 0 3 0 2 ..2 .1 .3 .1 EXPRESS YOUR ANSWERIN: 1. RECANGULAR FORM 2. POLAR FORM 3. EXPONENTIAL FORM
From: Megan Madden on 3 Sep 2009 23:53 I actually have made several attempts thank you. "Megan Madden" <postitgirl3(a)gmail.com> wrote in message <h7puo0$7oa$1(a)fred.mathworks.com>... > Given the following complex numbers, write a computer program, to perform the following algebraic operations: > > A= a +jb > B= c +jd > > FIND: > 1. A+B > 2. A-B > 3. A/b > 4. A*B > DATA: > > a b c d > -1 0 2 3 > 5 -1 2 -1 > 0 3 0 2 > .2 .1 .3 .1 > EXPRESS YOUR ANSWERIN: > 1. RECANGULAR FORM > 2. POLAR FORM > 3. EXPONENTIAL FORM
From: Godzilla on 4 Sep 2009 00:24 Is this your first class assignment?
From: Matt Fig on 4 Sep 2009 00:27 "Megan Madden" <postitgirl3(a)gmail.com> wrote in message <h7q2uv$865$1(a)fred.mathworks.com>... > I actually have made several attempts thank you. Really? Now put yourself in our shoes for a moment. If you were reading a post which was identical to the one you made (which is nothing more than a problem statement) what EVIDENCE could you point to that attempts had been made to solve the problem? There is simply NO evidence that you did a single thing beyond copy-paste. You did not even say, "I am having trouble understanding this problem statement." % Evidence you READ it. "I am stuck on part 2." % Evidence you attempted to understand it. "Here is the code tried. I get this error message..." % Evidence you attempted to do it.
From: Megan Madden on 4 Sep 2009 00:52
Perhaps I should have posted my attempts for further clarification. My questions are homeworks from a 100 level engineering course for undergrads. I have a PhD in a non science discipline and am interested in learning more about computers, so electively decided to sign up for this course. It's a littile more difficult than I realized for I haven't taken a precalculus like course in over 20 years..... I have contacted an engineer friend of mine and he feels that the question is very dated and a poor example to use. What do you think? "Megan Madden" <postitgirl3(a)gmail.com> wrote in message <h7puo0$7oa$1(a)fred.mathworks.com>... > Given the following complex numbers, write a computer program, to perform the following algebraic operations: > > A= a +jb > B= c +jd > > FIND: > 1. A+B > 2. A-B > 3. A/b > 4. A*B > DATA: > > a b c d > -1 0 2 3 > 5 -1 2 -1 > 0 3 0 2 > .2 .1 .3 .1 > EXPRESS YOUR ANSWERIN: > 1. RECANGULAR FORM > 2. POLAR FORM > 3. EXPONENTIAL FORM |