hi
how I can get value of X when I use Solve() in program??
Posted 26 July 2015 - 03:32 PM
hi
how I can get value of X when I use Solve() in program??
Posted 27 July 2015 - 07:05 AM
Use Print approx instead of Print
see page 62 and 197 of UG
Edited by pan.gejt, 27 July 2015 - 07:05 AM.
Posted 27 July 2015 - 11:41 AM
Use Print approx instead of Print
see page 62 and 197 of UG
OK, But I mean That HOW I can Get the Value Of "X" to use in the others part of calculate e.g list/main section/ sheets
Posted 28 July 2015 - 04:52 AM
As I see, the "x" is stored to "z", resp. to "c".
Have you tried to use variable manager? You can work with "z" or with "c" (generally with almost all used variables) everywhere you want.
Edited by pan.gejt, 28 July 2015 - 04:54 AM.
Posted 28 July 2015 - 07:44 AM
As I see, the "x" is stored to "z", resp. to "c".
Have you tried to use variable manager? You can work with "z" or with "c" (generally with almost all used variables) everywhere you want.
hi
How can get the only X value ?? ( 2.84386698 ) in programing ?? not want {} or even "x=" JUST the number
Posted 28 July 2015 - 08:57 AM
Something like this?
Edited by pan.gejt, 28 July 2015 - 11:05 AM.
Posted 28 July 2015 - 12:13 PM
Something like this?
TNXXXXXXXXXX. awsm . that's wat I want. so I must change the list to matrix!! but wats the getright() ??
Posted 29 July 2015 - 04:25 AM
page 83
getRight - extracts the right-side elements of an equation or inequality (similar command is getLeft)
1. result (no approx)
{x=31365658/12590731}
2. getright
{31365658/12590731}
3. listToMat
[31365658/12590731]
4. determinant
31365658/12590731
0 members, 1 guests, 0 anonymous users