Algebra in Calcpad #568
-
I am wondering if Calcpad can perform simple algebraic equations. What I mean is, I want to construct equations like: Equation 1: Equation 2: sub Equation 2 into Equation 1 'But you have to assign the values of R and H beforehand. So I cannot do this line by line working. I don't necessarily need for Calcpad to do the algebra and solve the equation, but I do want to be able to display my workings line by line. Can this be done? Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, @Tygra-1983 ! You can use
|
Beta Was this translation helpful? Give feedback.
-
Thanks for that, Javila, once again. |
Beta Was this translation helpful? Give feedback.
Hi, @Tygra-1983 !
You can use
#noc
and#equ
for that (respectively before and after the non calculated equations). You may also need to use==
instead of=
too (if more than an equal sign in the same equation).