1 Pages (4 items)
Interval - Messages
#1 Posted: 10/27/2009 9:57:22 AM
Hey,
How would I specify an interval for a function?
Is an if absolutely needed?
Example:
solve(cos(x)=0, x)
I would like an answer between 0 and 2*PI.
In my calculator, it can be accomplished as such:
solve(cos(x)=0, x {0, 2*PI}) = 1.57...
How would I specify an interval for a function?
Is an if absolutely needed?
Example:
solve(cos(x)=0, x)
I would like an answer between 0 and 2*PI.
In my calculator, it can be accomplished as such:
solve(cos(x)=0, x {0, 2*PI}) = 1.57...
#2 Posted: 10/27/2009 10:19:35 AM
Just use 3 and 4 arguments:
[MATH]solve(cos(x);x;0;2*π)=mat(1,5707963;4,712389;2;1)[/MATH]
[MATH]solve(cos(x);x;0;2*π)=mat(1,5707963;4,712389;2;1)[/MATH]
#3 Posted: 10/27/2009 10:24:52 AM
WroteHey,
How would I specify an interval for a function?
Is an if absolutely needed?
Example:
solve(cos(x)=0, x)
I would like an answer between 0 and 2*PI.
In my calculator, it can be accomplished as such:
solve(cos(x)=0, x {0, 2*PI}) = 1.57...
The range is specified as the third and fourth argument.
[MATH]solve(cos(x)≡0;x;0;2*π)=mat(1,5708;4,7124;2;1)[/MATH]
(Pay attention on Boolean equal to, and function argument separator - here at the forum we must us ";" with MATH tag, but you can use either ";" or "," depending on regional settings)
If you do not specify the root find range, it is defined by default in Tools=>Options=>Roots(range). If you keep say the range [-100,100], with solve(cos(x)=0, x)= you will have lots of roots there.
Regards,
Radovan
EDIT: BTW, you can visit this wiki page
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
1 Pages (4 items)
-
New Posts
-
No New Posts