Skip to main content
1-Visitor
December 19, 2012
Question

Symbolic operations

  • December 19, 2012
  • 2 replies
  • 1122 views

Hi,

I have a question regarding the usage of symbolics in Mathcad.

Say if i need to do an operation like this

a= x*x +y*y +z*x

b= x*y*z

i need the output of a*b+ a^2 in terms of x,y,z . .

My questions are as follows

how do we assign a&b (interms of x,y,z) ?

how do we get the output ?

2 replies

19-Tanzanite
December 19, 2012

Like this, for example:

symbolic.PNG

Alan

1-Visitor
December 20, 2012

Thanks a lot Alan , much appreciated.