1 Pages (4 items)
Weird Result from Range - Messages
#1 Posted: 7/17/2023 1:20:34 AM
For n=5, the result is right.
But for n=6, it's supposed to have 7 elements instead of 6
File not found.File not found.
But for n=6, it's supposed to have 7 elements instead of 6
File not found.File not found.
#2 Posted: 7/17/2023 6:59:01 AM
Wrong way to discretize a range.
#3 Posted: 7/17/2023 8:09:12 AM
WroteFor n=5, the result is right.
But for n=6, it's supposed to have 7 elements instead of 6
Probably something about precision of double type. In the second range if you add a 10^-14 to the uppper bound it return the expected vector.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
#4 Posted: 7/17/2023 10:40:35 AM
n even starts being exact ... n 10
n odd stops being exact ..... n 15
You have no control on numerical arithmetic.
n odd stops being exact ..... n 15
You have no control on numerical arithmetic.
1 Pages (4 items)
-
New Posts
-
No New Posts