| |
|
Science Forum Index » Math - Symbolic Forum » symbolic algebra computation with list in c language.
Page 1 of 1
|
| Author |
Message |
| xhunga |
Posted: Thu Apr 26, 2007 12:58 pm |
|
|
|
Guest
|
Hello,
I have try symbolic algebra computation with list,
in c language. (It is only for fun)
This is the result of the example : c13.c
/* ---------------------------------------- */
A_n :
[+][a * &cos(x)^(1/2)]
[+][a * x^(1/2) * &cos(x)^(1/4)]
[+][a * &cos(x)]
I factorize A_n = (B*A)
B :
[&cos(x)^(1/4) * a]
A :
[+][&cos(x)^(1/4)]
[+][x^(1/2)]
[+][&cos(x)^(3/4)]
I refind A_n = B*A
C_n :
[+][a * &cos(x)^(1/2)]
[+][x^(1/2) * a * &cos(x)^(1/4)]
[+][a * &cos(x)]
Press return to continue.
/* ---------------------------------------- */
If you can help thank.
You can try the code here:
http://www.geocities.com/xhungab/z/c12_aa.zip
thank |
|
|
| Back to top |
|
| |
|
Page 1 of 1
All times are GMT - 5 Hours
The time now is Wed Aug 27, 2008 8:30 pm
|
|