How to solve an equation for multiple values of the independent var.

How to solve an equation for multiple values of the independent var. - Messages

#1 Posted: 2019/9/22 11:04:24
Harry Mangurian

Harry Mangurian

0 likes in 3 posts.

Group: User

I have an equation (for example y = sqrt(x)).

I want to solve it for specific values of x between x>=a and x<=b
I would print out each resulting y.

case 1: in steps of delta x = delx


case 2: the input values of x are not in equal increments ?
#2 Posted: 2019/9/22 13:25:49
Jean Giraud

Jean Giraud

983 likes in 6,866 posts.

Group: User

Wrote

I have a function (for example y = sqrt(x)).

I want to solve it for specific values of x between x


You don't have to solve between limits,
whereas you are solving generally.
No problem to constrain the plot [not shown].
Your question is ill posed, as I can figure.

Solve_sqrt.PNG

Solve Inverse Symbolic Suite.sm (93.85 KiB) downloaded 580 time(s).
#3 Posted: 2019/9/22 15:10:00
overlord

overlord

580 likes in 1,349 posts.

Group: Moderator

Wrote

I have an equation (for example y = sqrt(x)).

I want to solve it for specific values of x between x>=a and x<=b
I would print out each resulting y.

case 1: in steps of delta x = delx


case 2: the input values of x are not in equal increments ?


are you looking for something like this?
you can use matrices or vectors and loops.
don't forget to change your roots range in the tools>options>calculation menu.

solve.png
#4 Posted: 2019/9/22 15:52:07
Jean Giraud

Jean Giraud

983 likes in 6,866 posts.

Group: User

solve_otherwise.PNG
1 users liked this post
Harry Mangurian 2019/9/22 18:08:00
#5 Posted: 2019/9/22 15:56:52
Jean Giraud

Jean Giraud

983 likes in 6,866 posts.

Group: User

Solve SQRT(x).sm (9.19 KiB) downloaded 630 time(s).
1 users liked this post
Harry Mangurian 2019/9/22 18:08:00
  • New Posts
  • No New Posts