Skip to main content
1-Visitor
February 21, 2018
Solved

Help Solving Non-linear system of equations

  • February 21, 2018
  • 5 replies
  • 4283 views

i m beginner in Mathcad , and i want solve a system of 05 Non-linear  equations simultaneously , to get the estimations of 05 parameters (a1,a2,B1,B2 ,P ) where ;

1)  "t' is a  vector with known values,

2)  r1=36 , r2=39 ,r=(r1+r2)=75 , n=100,Τ=0.7 

3) Guess values (a1=1,a2=1,B1=2,B2=1,P=0.5 )

the attached file contains the whole description

Any help ??

Thank you in advance.

Best answer by LucMeekes

I get an error trying to unpack your archive. Please use zip, it's standard in windows:

In Windows Explorer click with the right-mouse button on the mathcad file and select 'Send to' -> 'Compressed (zipped) folder'. The resulting .zip file can be attached.

 

Success!
Luc

5 replies

LucMeekes23-Emerald IVAnswer
23-Emerald IV
February 21, 2018

I get an error trying to unpack your archive. Please use zip, it's standard in windows:

In Windows Explorer click with the right-mouse button on the mathcad file and select 'Send to' -> 'Compressed (zipped) folder'. The resulting .zip file can be attached.

 

Success!
Luc

azzaz1-VisitorAuthor
1-Visitor
February 21, 2018

Thank you Smiley Happy

21-Topaz II
February 21, 2018

Hi,

1) Newton in several variables.jpg2) Newton in several variables.jpgNewton in several variables Prime 3.1.jpg

15-Moonstone
February 21, 2018

Nice. Can you post your Prime worksheet?

23-Emerald I
February 21, 2018

There are two files in the last zip, a version 11 and a version 15.  You should be able to convert either of those to Prime

23-Emerald IV
February 21, 2018

As it is, I cannot make an accurate guess of what you're trying to solve.

You've got some questions to answer (to yourself) and some rework to do. See attachment.

 

Don't hesitate to come back once you've expressed the problem more clearly.

 

Success!
Luc

23-Emerald I
February 21, 2018

Boy! 

 

I was able to open your file.  Attached is an archive with a version 15 and a version 11 resaved.

 

You've got r, beta, and alpha all as vectors.  With the ORIGIN default as zero, when you define r[1, Mathcad puts a zero in the first slot.  So your vectors all start with zero. . .  Then when you write your summations I don't think you're getting what you expect.

 

I reset the ORIGIN to 1.  (And had to rewrite the first two terms in g(t)) now all your equations compute and report two values each.

 

Last point:  Mathcad is primarily a NUMERIC processor--it's way more powerful with numeric than symbolic solutions.  My computer runs out of memory trying to achieve you symbolic solutions.  I suggest a numeric solve block  (Given . . .Find)

23-Emerald IV
February 21, 2018

Fred,

The attachment was a .rar initially, now changed to .zip.

And the OP uses Mcad 12 (at least, that's the version the sheet was saved in), so should be able to read your Mcad 11 file.

 

Luc

21-Topaz II
February 21, 2018

Hi!
I made some changes to your file to fit it to the  program . Each solution depends on the initial guesses that are very difficult to determine.