cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Solve block

VR_9781959
5-Regular Member

Solve block

I am pretty new to Mathcad Prime and just learning things. Wanted to know is it possible to get all the possible solutions for the solve block and not just one? 

 

I have attached worksheet. Thank you for the help 


Vic

 

 

1 ACCEPTED SOLUTION

Accepted Solutions


@VR_9781959 wrote:

I am looking to expand the result i,e the vector:answer in the example would be of seven integers

 


Seven? If you really mean only integer solutions, the result must be a vector of 15 values!!

Werner_E_0-1617899621406.png

But you sure can limit the solutions to positive integers if thats what you are looking for:

Werner_E_1-1617899758790.png

Unfortunately the above only works in real Mathcad and in Prime up to version 6 (if you chose to use the "Legacy Symbolic Engine", muPad). The new engine built into Prime 7 (Axiom) is less capable than the older one (which in no way was state of the art, either). Here is what you see when you use the new engine:

Werner_E_2-1617899951634.png

Correct and disappointing at the same time.

 

 



-Also, is it possible to define a number to an integer?


Only with assume when you use the symbolic engine, as you have just seen. And very often this modifier is simply ignored by the engine. Prime is not an appropriate tool for diophantic equations.

 

View solution in original post

6 REPLIES 6
LucMeekes
23-Emerald III
(To:VR_9781959)

A solve block in Prime can only be used to find numerical answers/results. You do not want a list of all possible numerical answers to the equation a^2 <= 49, because that list is infinitely long.

The solution is potentially easier found using the symbolic method (look up symbolic solvers in Prime):

LucMeekes_0-1617824460952.png

(In Prime it looks different from the above).

Note that Prime has little to no provisions to work with integer values only. That is, it is difficult towards impossible, to force Prime to produce answer that only have whole numbers.

 

Success!
Luc

VR_9781959
5-Regular Member
(To:LucMeekes)

Thank you Luc for the information also, when I try to use the solve block with odesolve its not behaving as it should am I doing it right? 

VR_9781959_0-1617886809901.png

 

Vic

Why would you use "odesolve" when you have no ODE?

Its unclear to me what you actually are trying to achieve and what kind of result you are expecting.

 

You may want to lookup the usage of odesolve in the online help

Werner_E_0-1617889688906.png

 

VR_9781959
5-Regular Member
(To:Werner_E)

I am looking to expand the result i,e the vector:answer in the example would be of seven integers

 

-Also, is it possible to define a number to an integer?

 

 


@VR_9781959 wrote:

I am looking to expand the result i,e the vector:answer in the example would be of seven integers

 


Seven? If you really mean only integer solutions, the result must be a vector of 15 values!!

Werner_E_0-1617899621406.png

But you sure can limit the solutions to positive integers if thats what you are looking for:

Werner_E_1-1617899758790.png

Unfortunately the above only works in real Mathcad and in Prime up to version 6 (if you chose to use the "Legacy Symbolic Engine", muPad). The new engine built into Prime 7 (Axiom) is less capable than the older one (which in no way was state of the art, either). Here is what you see when you use the new engine:

Werner_E_2-1617899951634.png

Correct and disappointing at the same time.

 

 



-Also, is it possible to define a number to an integer?


Only with assume when you use the symbolic engine, as you have just seen. And very often this modifier is simply ignored by the engine. Prime is not an appropriate tool for diophantic equations.

 

odesolve is for solving ordinary differential equations, as you may guess, and the solve block does not contain an ODE...

 

Top Tags