HELP WITH PROGRAM RUNTIME

HELP WITH PROGRAM RUNTIME - NEW TO SMATH PROGRAMMING - Messages

#1 Posted: 6/3/2023 6:52:38 AM
RegRetired

RegRetired

8 likes in 130 posts.

Group: User

I am new to SMATH as a previous post indicated. I really need help with programming.

Here is a program I wrote several years ago. It takes almost 20 seconds to run. Scroll down to the section with the nested for-loops in the program. It is a program for coupled finite difference equations.
File not found.

When I was working on this, someone on the forum modified the code as follows so that it runs instantly. I cannot find the difference because I pasted in from this program its nested for-loops to the above one and got no improvement in runtime. What is the difference?
File not found.

I am trying to get this much simpler program to run. It seems to be in an endless loop. At least it hasn't finished after several minutes. In Mathcad 15 it runs instantly. I tried to copy the syntax from the above program. Where am I going wrong?
File not found.

Thank you for any help you can give.
Reg Curry
Reg Curry Loveland, CO
#2 Posted: 6/3/2023 1:20:45 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Wrote

Thank you for any help you can give.


You can make it piece wise ... first.
Cheers ... Jean.

System of Equations (1).sm (32 KiB) downloaded 21 time(s).
#3 Posted: 6/3/2023 1:26:40 PM
Alvaro Diaz Falconi

Alvaro Diaz Falconi

992 likes in 1674 posts.

Group: User

Wrote

File not found.


SMath isn't very fast. Sometimes works putting some eval() function or choosing Optimization / Numeric, but not always.

Wrote

File not found.


The difference is that in the first length(t) = 160 and 15 in the second.

Wrote

File not found.


if you start the loop from j = 1, then S[j-1] is S[0], and SMath have only ORIGIN = 1.

Best regards.
Alvaro
#4 Posted: 6/3/2023 3:51:35 PM
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

... Project REG Unk.sm (12 KiB) downloaded 26 time(s).
#5 Posted: 6/3/2023 4:33:19 PM
RegRetired

RegRetired

8 likes in 130 posts.

Group: User

Thanks

Origin = 1 was the problem. It’s hard not to let MATHCAD affect my syntax.
Reg Curry Loveland, CO
  • New Posts New Posts
  • No New Posts No New Posts