Answers for "mathlab defining a function of x"

0

mathlab defining a function of x

syms x 
f(x) = (x^2 - 1);
a = f(2);
Posted by: Guest on March-18-2022

Browse Popular Code Answers by Language