Skip to main content
1-Visitor
December 22, 2015
Solved

How to make a formula answer

  • December 22, 2015
  • 2 replies
  • 2151 views

Hello,

I am new whith Mathcad and i have a problem.

I am woking on a sheet to use to calculate some things. And i  want to get a value of a formula without rewrithing it.

For excemple:

S=s0+V0*t+0.5*a*t^2

And i wand to know what "t" is.

Is this possible and how do i do it.

PS. sorry for the englisch. It's not my native language.

Best answer by Fred_Kohlhepp

The attached sheet demonstrates:

  • Use the symbolic solver to develop the expression,
  • Use the expression to create a function
  • Use the function to calculate multiple values

2 replies

1-Visitor
December 22, 2015

One method is to use a solve block.

Another method is to use symbolics.

If you're new to Mathcad, I recommend looking up "solve block" in the help and trying that method.  Post back with some specifics if you have trouble.

bgarmann1-VisitorAuthor
1-Visitor
December 22, 2015

Thanks for the quick reaction.

This (see file) is my sheet.

And i think dat is don't understand the tutorial of the solve block.

What do i enter in the solve part ?

Mathcad.JPG

23-Emerald I
December 22, 2015

The attached sheet demonstrates:

  • Use the symbolic solver to develop the expression,
  • Use the expression to create a function
  • Use the function to calculate multiple values