
Solving Equations With Comlpex Numbers? Please Help!
#1
Posted 18 April 2009 - 11:25 PM
I have a CASIO CFX-9800G, and I need to solve Equations Systems with complex number.
like:
(1+i)x + (1-i)y +z = 0
(2-i)x +(1+3i)y +z = 9+4i
But, unfortunatly these model don't have a built-in function to solve this kind of systems.
and I really need to do it ..
someone know a program or some method to solve this kind of systems with my calc.?
PLEASE!!! I really need your help!
#2
Posted 19 April 2009 - 03:20 AM
I am pretty sure that there is no program to do such manipulation on your calculator and the Complex Mode functionality of the calcs is rather limited (especially the older models) . Im not even sure that the most advanced calculator CAS could do such a thing. Remember, there are some things that calcs just cant do.
Regards
#3
Posted 19 April 2009 - 06:07 AM
http://www.spiderpix...ge/cxgauslm.txt
#4
Posted 19 April 2009 - 04:34 PM
Hi Ottox and welcome to the UCF!
I am pretty sure that there is no program to do such manipulation on your calculator and the Complex Mode functionality of the calcs is rather limited (especially the older models) . Im not even sure that the most advanced calculator CAS could do such a thing. Remember, there are some things that calcs just cant do.
Regards
Thanks you very much!!!....
I gonna try this program, but I have some questions about the code, specifically in these part:
I don't understand very well... I must write the "/i" literally or I must replace the "/i" for the calculator's "i" (the complex i )....
# \i is the complex i
...
f4+\if5<>0=>Goto 2
...
Swap C,J,K
...
So... if I must write "/i" literally I don't know how get the "/" symbol....

the same for the "Swap" command... how I get it?....
Thanks again for your help!! ....
And forgive my way of speaking but English is not my native language ...
#5
Posted 19 April 2009 - 04:55 PM
To use matrix commands in a program, you must:
1) first go into MAT mode from the MAIN MENU,
2) and then go back to the MAIN MENU and go into PGRM mode,
3) Create a new program
The matrix commands should now appear at the bottom of the screen, press


The above steps must be done before creating a program area. Sorry for not mentioning this earlier.
If you have already typed a lot into an existing area, you can copy it using F-MEM:STO (

![[0]](/dot/public/style_emoticons/default/0.jpg)
program area using the above steps and then paste it using F-MEM:RCL
Edited by caspro, 19 April 2009 - 05:11 PM.
#6
Posted 19 April 2009 - 05:11 PM
Your answer is very helpfull!!

#7
Posted 19 April 2009 - 05:18 PM
Your first post looks like you copied the example from the 9850 version.
The programs page has two sections:
http://www.spiderpix...gramsindex.html
The section below contains 9800 programs.
#8
Posted 19 April 2009 - 05:42 PM
I gonna use this version of the program:
http://www.spiderpix...ge/cxgauslm.txt
And... finaly I understand some parts of the code with 'rare' symbols using these explanatory note about the Ascii Notation used:
http://www.spiderpix...ubhtml/not.html
So, thanks in advance man!!!
I will write the program in my calculator, and I'll say you if it works...
Your answer has been very helpfull!

#9
Posted 21 April 2009 - 01:55 PM
I have some bad news....
I write the program:
http://www.spiderpix...ge/cxgauslm.txt
in my CFX-9800G, and try to solve some Equations Systems with complex numbers.
The Program work fine with a 2x2 system, but...
When I try to solve a 3x3 system, the program gives me two of the "answers" and after give me following error:
Arg ERROR
Bytes P1-331
thas is generated in the following line of the code:
B->X:A+1->Y
Somethink that I can do to fix this?
I really will thaks your help...
#10
Posted 22 April 2009 - 02:40 AM
There must be a newline symbol at the end of every line. This is easy to miss if the
line goes right to the end of the screen.
The following creates an Arg Error at byte count 331:
Isz C:C<=A=>Goto 5
B->X:A+1->Y
It should be:
Isz C:C<=A=>Goto 5

B->X:A+1->Y
#11
Posted 22 April 2009 - 03:23 AM
I think the problem is that you haven't pressed EXE at the end of every line.
There must be a newline symbol at the end of every line. This is easy to miss if the
line goes right to the end of the screen.
The following creates an Arg Error at byte count 331:
Isz C:C<=A=>Goto 5
B->X:A+1->Y
It should be:
Isz C:C<=A=>Goto 5
![]()
B->X:A+1->Y
WooW man!!!
You are truly a expert!!!...

I forgot put the "

I put it, and ran the program again, and the program give me the 3 answer now!!!!
Just Wonderfull!!!!

THANKS!!!! THANKS!!!! THANKS!!!! THANKS!!!! THANKS !!!!
THANKS A LOT!!!!!!

#12
Posted 22 April 2009 - 03:39 AM
#13
Guest_alex_*
Posted 23 April 2009 - 06:25 AM
Great. It feels good when a problem is solved.
#14
Guest_alex_*
Posted 23 April 2009 - 06:28 AM
#15
Posted 23 April 2009 - 08:07 AM
Did you type it in or transfer it via cable ?
#16
Posted 23 April 2009 - 12:22 PM
Is it right?
#17
Guest_Guest_jaimedark_*_*
Posted 05 November 2009 - 11:53 AM
#18
Guest_Control Zoon_*
Posted 04 February 2010 - 03:33 AM
Can fx-9860g solve simbolic matrix?
#19
Guest_jonny108_*
Posted 07 April 2011 - 04:49 PM
Hi man,
Can fx-9860g solve simbolic matrix?
#20
Guest_Jonny108_*
Posted 07 April 2011 - 04:56 PM

so i have a 9860G and im trying this.
elimination is fine, but when giving the solutions i get the wrong value
Lbl 0
"N"?->A
Mat A->Mat C
1->K:Lbl 1
K->J:Lbl 6
J->X:K->Y
f4+\if5<>0=>Goto 2
how do i define the functions exactly and how do i call them\write in program
Isz J:J<= this is less and equal?A=>and this is an arrow?Goto 6
Goto 9
Lbl 2
A=1=>Goto 8
Swap C,J,K
K+1->J:Lbl 3
J->X:K->Y
f4+\if5->Z:K->X
Z/(f4+\if5)->M
K->P:Lbl 7
J->X:P->Y:f4+\if5->Z:K->X
Z-M(f4+\if5)
ReP Ans->Mat C[J,2P-1]
ImP Ans->Mat C[J,2P]
Isz P:P<=A+1=>Goto 7
Isz J:J<=A=>Goto 3
Isz K:K<A=>Goto 1
Lbl 8
Mat C_
A->X~where do i get the ~? is it in char menu?Y:f4+\if5->M
M=0=>Goto 9
Isz Y
(f4+\if5)/M->D[A]i cant put square brackets like this . same goes for below_
A=1=>Goto 0
A-1->B:Lbl 4
B+1->C:0->D:Lbl 5
B->X:C->Y
D[C](f4+\if5)+D->D
Isz C:C<=A=>Goto 5
B->X:A+1->Y
f4+\if5-D->Z
B->Y:Z/(f4+\if5)->D[B]_
Dsz B:Goto 4
Goto 0
Lbl 9
"NO UNIQUE SOLN"
Goto 0
thanks if anyone cud reply.
i'm dying. bloody phased electrical signals.

#21
Posted 19 September 2012 - 09:25 PM
I'm thinking on buying this calculator, the FX9860GII, but I really need to know if it solves linear systems of equations (I typically need to solve 3x3) with complex coefficients. If not, do these programs you mention work correctly ? And would it be enough with the cable provided to transfer the program from PC to calculator, no need of any payware ?
Thanks!
#22
Posted 19 September 2012 - 11:46 PM
Hi,
I'm thinking on buying this calculator, the FX9860GII, but I really need to know if it solves linear systems of equations (I typically need to solve 3x3) with complex coefficients.
As far as I know, yes, the 9860 can do this.
If not, do these programs you mention work correctly ? And would it be enough with the cable provided to transfer the program from PC to calculator, no need of any payware ?
Thanks!
You will need FA-124, which is free, to transfer from your computer to the calc.

#23
Posted 20 September 2012 - 06:09 PM
thanks for your answer

#24
Posted 21 September 2012 - 06:42 PM

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users