MathStudio  Blog  Share  Manual  Forums  Support 
Beginning User Question
  • Hey everyone, I just got SpaceTime 4.0 for my iPhone and it has worked very well. One quick question though, how do you graph multiple lines on the same graph while they are in standard form or y-intercept form? Thanks ahead of time!
  • You can plot multiple lines using a list and pressing plot.
    [3x+2,4x-1,12x+3]

    You can also use the plot function.
    Plot([3x+2,4x-1,12x+3])
  • Thanks! I was typing the y= or f(x)= in front of each equation. I know SpaceTime can graph standard form (Ax+By=C), but is there any was it can graph more than one standard form without converting into y-int?
  • Are you having a problem with a specific equations? SpaceTime can graph any type of 2D function.
  • I am not really having trouble with a specific equation, but more with a form of an equation. The only way I see that you can graph multiple equations is if they are in f(x)=mx+b form, where you emit the f(x). So you end up with [mx+b,mx+b,mx+b,etc.]. I was wondering if you could graph multiple equations in the form of Ax+By=C, such as [Ax+By=C,Ax+By=C,etc.]. However, [4x+3y=12,3x+4y=12] returns Function: Plot, Error: Unable to Plot. Both these equations can be typed into SpaceTime alone and it will plot the line. These equations can be reconfigured to f(x)=mx+b form, but I was just wondering if there was a way to plot both of them on the same graph WITHOUT converting them to the other form.
  • You can do this one of two ways.

    Plot(Solve(4x+3y=12,y),Solve(3x+4y=12,y))

    ImplicitPlot([4x+3y=12,3x+4y=12])
  • Thank you so much! I was unaware of ImplicitPlot command.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion