User profile: xXxFarriexXx

User info
User name:xXxFarriexXx
Old user name:xXnoobgirlXx
Name:Natalie
Location:Mississippi
History
Joined:
Number of posts:8
Latest posts:

Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?
Nevermind I got it~ Thanks so much for the help its very much appreciated :)

Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?
[code] r = (n1.r * n2.r) - (n1.i * n2.i); i = n1.r * n2.r + n1.i * n2.r ; r + i * (i);...

Help multiplying complex numbers. I cant seem to figure out how to get the math part sorted out correctly. Can anyone help?
[code] // s Complex Numbers.cpp : This program should allow the user to add, subtract, and multiply ...

Help Please: I keep getting errors for this program and i dont qutie understand why. Help would be much appreciated :)
Thanks for the help you guys :) I think i got it now~

Help Please: I keep getting errors for this program and i dont qutie understand why. Help would be much appreciated :)
Is this any better then before..Now im getting an error about inches not being called. [code]// Co...