Step-by-step programs in CAS
|
01-10-2017, 05:43 PM
(This post was last modified: 01-10-2017 08:48 PM by compsystems.)
Post: #1
|
|||
|
|||
Step-by-step programs in CAS
Hello, I'm trying the following code (Step-by-step), but I see something strange in the output, please run the following program
PHP Code: #cas testInequality(); [ expr0: (--4+4)>(x^2+x--4-2) left: --4+4 right: x^2+x--4-2 ] This is expected [0>(x^2+x-6), 0, x^2+x-6] |
|||
01-10-2017, 05:56 PM
Post: #2
|
|||
|
|||
RE: Step-by-step programs in CAS
(01-10-2017 05:43 PM)compsystems Wrote: Hello, I'm trying the following code (Step-by-step), but I see something strange in the output, please run the following program When I copied your code, the "-" symbol in front of the 4 (in "step 4") was translated to two dashes: --4. Perhaps your editor is not using the correct symbol for subtraction. Graph 3D | QPI | SolveSys |
|||
01-10-2017, 06:57 PM
(This post was last modified: 01-10-2017 08:34 PM by compsystems.)
Post: #3
|
|||
|
|||
RE: Step-by-step programs in CAS
Thanks Han, (Updated above code), The problem was that when porting a code from ti68k, which uses the character #173 (-) as a change of sign, That is not the change of sign in the hp-prime
PHP Code: // ti68k |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)