CAS command question
|
01-04-2017, 05:08 PM
(This post was last modified: 01-04-2017 05:22 PM by compsystems.)
Post: #19
|
|||
|
|||
RE: CAS command question
I'm sad =(, if the input list contains objects between QUOTES (L9:={ 'x+y=4', 'x+y>4', 'x+y>=4', 'x+y<4', 'x+y<=4' }; ), they should not be rewritten
THE FUNCTION 'QUOTES' IS TO MAINTAIN THE ORIGINAL EXPRESSION, AS WHICH WAS WRITTEN. OTHERWISE 'QUOTES' DOES NOT HAVE UTILITY. PHP Code: #cas with L9:={ x+y = 4, x+y > 4, x+y ≥ 4, x+y<4, x+y ≤ 4 }; lefty(); => { x+y, x+y, x+y, 4, 4} // ok but no with L9:={ 'x+y = 4', 'x+y > 4', 'x+y ≥ 4', 'x+y<4', 'x+y ≤ 4' }; lefty(); => { x+y, x+y, x+y, 4, 4} // =( => { x+y, x+y, x+y, x+y, x+y} |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)