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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

maxiterations

ptc-4485099
1-Visitor

maxiterations

Ia there a way to control the maximum number of iterations in Mathcad?

Another question: How to compute the calculation time of something like maximize or other solve blocks?

2 REPLIES 2

Mahmoud Mahmoud wrote:

How to compute the calculation time of something like maximize or other solve blocks?

Use please the function time(1)

t:=time(1)

....

(time(1)-t)*s=

Mahmoud Mahmoud wrote:

Ia there a way to control the maximum number of iterations in Mathcad?

n<-1

while...

...

n<-n+1

break if n>100

Announcements

Top Tags