1 Pages (10 items)
How can I use not a for but a while cycle? - Messages
See please the attached file.Newton.sm (23.6 KiB) downloaded 1282 time(s).
Greetings,
Instead of using for(3); you can use for(4):
The four parameter 「for(4)」 gives you the ability to loop while checking a condition. Below is the description of for( {0}, {1}, {2}, {3} )
example:
Where 'i' starts at 1 and until i is no longer less than 10, perform operation of k:=2*i. Apply operation i:=i+2 and check if less then 10...; LOOP!
May this be of Good Help;
⚜ Kenny Lemens, P.E. ᵂᴵ
Instead of using for(3); you can use for(4):
for ▮, ▮, ▮
▮
▮
The four parameter 「for(4)」 gives you the ability to loop while checking a condition. Below is the description of for( {0}, {1}, {2}, {3} )
"For loop. The function of controlled iterations. The cycle repeats {3}, while {0} satisfies the condition {1} and after each passage necessarily satisfied {2}. Repeating expressions can be set to any number of expressions."
example:
for i:=1, i<10, i:=i+2
k:=2*i
k:=2*i
Where 'i' starts at 1 and until i is no longer less than 10, perform operation of k:=2*i. Apply operation i:=i+2 and check if less then 10...; LOOP!
May this be of Good Help;
⚜ Kenny Lemens, P.E. ᵂᴵ
"No matter where you go, there you are." -Buckaroo BanzaiHotkeys: https://en.smath.com/forum/resource.ashx?a=45771&b=2
1 users liked this post
Valery Ochkov 2024/2/10 14:37:00
As well, while associates with Bolean Critical region
Solve [Dichotomy_Newton_Secant] Copy.sm (52.75 KiB) downloaded 1161 time(s).
Solve [Dichotomy_Newton_Secant] Copy.sm (52.75 KiB) downloaded 1161 time(s).
1 users liked this post
Valery Ochkov 2024/2/11 02:13:00
Wroteoots vs Newton
No interest vs the codes
mNewton() from the Maxima plugin is another option. It also may fail for particular initial guess values.
mNewton.sm (16.22 KiB) downloaded 1335 time(s).

mNewton.sm (16.22 KiB) downloaded 1335 time(s).

Technische Mechanik mit SMath Studio: https://link.springer.com/book/10.1007/978-3-658-50592-9
1 users liked this post
Alvaro 2024/2/29 12:13:00
1 Pages (10 items)
- New Posts
- No New Posts

