Post Reply 
[HP PPL] Concatenation inside CAS(..) command does not work
08-05-2024, 06:12 PM
Post: #4
RE: [HP PPL] Concatenation inside CAS(..) command does not work
This:

local d, f, expression;
if input({{f,[2]}}, "Derivate", "f(x)=")
then
expression:="diff(x^2,x)";
d:= CAS(eval(expression));
return d;
end;

should work. At least it does for me.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HP PPL] Concatenation inside CAS(..) command does not work - roadrunner - 08-05-2024 06:12 PM



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