Post Reply 
functions
01-09-2019, 03:22 AM
Post: #6
RE: functions
(01-08-2019 09:33 AM)DrD Wrote:  
(01-07-2019 11:36 PM)compsystems Wrote:  ...
HOME MOD (Numerical operation)
solve(C = (2*π*r*h),r,'=') [enter] error

With the use of double quotes, here are two ways to reach the CAS solve() command:

[HOME]
CAS.solve("'C = (2*π*r*h)',r");
CAS("solve('C = (2*π*r*h)',r)");

I tried the second one and got a syntax error...
[Image: aAMsVdL]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
functions - rolfjg8 - 01-07-2019, 06:55 PM
RE: functions - Didier Lachieze - 01-07-2019, 08:16 PM
RE: functions - compsystems - 01-07-2019, 11:36 PM
RE: functions - DrD - 01-08-2019, 09:33 AM
RE: functions - bbenson - 01-09-2019 03:22 AM
RE: functions - informach - 01-08-2019, 08:08 PM
RE: functions - parisse - 01-09-2019, 07:12 AM



User(s) browsing this thread: 1 Guest(s)