cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

Multiple Equations

lmaley
Level I

I have 11 equations with 11 unknowns.  I need to know if JMP can solve all these equations for each row?  So day 1, I need to solve these equations.  For day 2 I need to solve these equations only using day 2 information.

 

I know how to solve for one equation in JMP, but can JMP solve multiple equations.

 

3 REPLIES 3


Re: Multiple Equations

Assuming that these are linear equations, you can use the Solve() function in the JMP scripting language. It looks like this:

 

Capture.PNG

 

You can look up the functions to create the matrix in your code or you could enter the values in a JMP data table and send the Get As Matrix message to the data table.

lmaley
Level I


Re: Multiple Equations

Thanks.  I will try and use this and see if it works.  I assume I can do 11 equations at once and tie it back to the table?  I am new on JMP scripting.

lmaley
Level I


Re: Multiple Equations

Is there anything that can give me more guidance of how to put 11 equations into scripting and tie some of the variables back to the columns in JMP?