Rank: Member Groups: Registered
Joined: 07/01/2021(UTC) Posts: 27
|
Hi, I've have a loop interpolating and searching for values. I not sure what went wrong, the loop is suppose to return 4 answer, however I am only getting (1), the last value. Appreaciate some help and guidane. Page7.sm (46kb) downloaded 17 time(s).
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: davidlimtw I've have a loop interpolating and searching for values. I not sure what went wrong, the loop is suppose to return 4 answer, however I am only getting (1), the last value. Sorry Collab, I don't understand what you are interpolating. That sub-spaces technique is very useful in many applications. Cheers ... Jean Page7 Subspaces.sm (42kb) downloaded 10 time(s).
|
1 user thanked Jean Giraud for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,191 Was thanked: 544 time(s) in 366 post(s)
|
Originally Posted by: davidlimtw Hi, I've have a loop interpolating and searching for values. I not sure what went wrong, the loop is suppose to return 4 answer, however I am only getting (1), the last value. Appreaciate some help and guidane. Page7.sm (46kb) downloaded 17 time(s). Below you can find corrected file. I have revised some equations in var_file() and G(). They were trying to reach out of matrix. Since I don't have original mathcad file this is best I can do. I did some error check but maybe you have to dig further. Regards Edited by user 28 January 2021 06:54:31(UTC)
| Reason: Not specified
|
1 user thanked overlord for this useful post.
|
|
|
Rank: Member Groups: Registered
Joined: 07/01/2021(UTC) Posts: 27
|
Hi Overlord, Thanks for the reply. Although the val_file() is not returning the same answer as per the attached MathCAD but the overall loop actual works. See attached calculation in mathcad. Page 7.xmcd (98kb) downloaded 8 time(s).Edited by user 28 January 2021 14:07:25(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,508 Was thanked: 974 time(s) in 609 post(s)
|
Originally Posted by: davidlimtw Hi Overlord,
Thanks for the reply. Although the val_file() is not returning the same answer as per the attached MathCAD but the overall loop actual works.
Hi. val_find() returns the vector index, so it must to be the mathcad answer plus one, because ORIGIN:=0 in mathcad. val_find.sm (135kb) downloaded 8 time(s).Best regards. Alvaro.
|
1 user thanked Razonar for this useful post.
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
|
1 user thanked Jean Giraud for this useful post.
|
|
|
Rank: Member Groups: Registered
Joined: 07/01/2021(UTC) Posts: 27
|
Thanks Alvaro for your comment.
Jean, that is cool stuff... you can draw something like this in the SMath...
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 1,191 Was thanked: 544 time(s) in 366 post(s)
|
Originally Posted by: davidlimtw Hi Overlord, Thanks for the reply. Although the val_file() is not returning the same answer as per the attached MathCAD but the overall loop actual works. See attached calculation in mathcad. Page 7.xmcd (98kb) downloaded 8 time(s). Having the mathcad file revealed the difference of two programs. The problem is n_min and n_max in smath version. Mathcad assigns them [0 0], [0 1] and [1 1] only, whatever you enter. min_offset and max_offset can be calculated within bounds of 9x9 matrix by them. By that, offsets are always lower then 9 during max_offset=ii*n_max+1. Your current smath function will produce out of matrix. Because n_min and n_max are [1 1], [1 2] and [2 2]. And by adding ii to them it will be bigger than 9. Algorithm should be revised with respect to that. n_min and n_max should be lowered by 1 to correct it. You can find re-revised file according to this. If anything is unusual you can tell, we will try to fix it. Regards Page7_re-revised.sm (48kb) downloaded 12 time(s).
|
1 user thanked overlord for this useful post.
|
|
|
Rank: Member Groups: Registered
Joined: 07/01/2021(UTC) Posts: 27
|
Hi Overloard,
Thanks for the comprehensive explaination. I will look into it and let you know if there are any bug.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: davidlimtw Jean, that is cool stuff... you can draw something like this in the SMath... Your project can be done entirely in Smath. Unfortunately, it is not modular, unexplained it reduces the de-bug sanity procedure. Cheers ... Jean
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.