Finding unknown value in a equation using MATHCAD

In summary, the speaker is seeking help with entering an equation into MathCAD and using a "solve block" to find the value of y with a given value of x. The speaker is not familiar with MathCAD and does not have access to it on their current computer. They request assistance with the code for the solve block.
  • #1
jerry225
3
0
hi,

I am trying to enter an equation in MATHCAD.
the equation is sin(x)*e^(-y/tanx) = sin(x-y)

Here, I know the value of x and I want to find the value y. How do I find the y value using Mathcad? I mean how can I enter the equation in Mathcad?
 
Physics news on Phys.org
  • #2
Jerry, you will need to use a "solve block". Check it out in the MathCAD help documentation for more information.

I'm not an expert with MathCAD and I don't have it on this computer, but I believe the code would look like this:

given %note, "given" is required as this is what starts the solve block

type equation here
type constraints here (i.e. x=4)

find(y)-> %use the forward arrow by pressing control + .
 
  • #3
Thanks! I couldn't find solve block function.
 

1. What is MATHCAD?

MATHCAD is a computer software program used for solving mathematical equations and performing various calculations. It is commonly used in engineering, science, and other technical fields.

2. How can MATHCAD help me find unknown values in an equation?

MATHCAD has built-in functions and tools that allow you to input your equation and solve for unknown variables. It also has the ability to plot graphs and show step-by-step calculations for a better understanding of the solution.

3. Can MATHCAD be used for all types of equations?

MATHCAD is best suited for linear and non-linear equations. It can also handle complex mathematical expressions and functions. However, it may not be suitable for certain specialized equations such as differential equations.

4. Is MATHCAD easy to use?

MATHCAD has a user-friendly interface and is relatively easy to use. It has a drag-and-drop functionality for creating equations and a variety of built-in templates for common calculations. However, some basic knowledge of mathematical concepts and equations is necessary to use it effectively.

5. Can MATHCAD be used for educational purposes?

Yes, MATHCAD can be a useful tool for students to learn and practice solving mathematical equations. It can also be used by teachers to create interactive lessons and assignments for their students.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
7
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
4K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
137
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
9K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
2
Views
9K
  • Programming and Computer Science
Replies
1
Views
2K
Back
Top