Skip to main content
1-Visitor
February 27, 2014
Question

Function Results

  • February 27, 2014
  • 2 replies
  • 2117 views

Hello,

i have multiple of functions that ineeded to plot. For some reason the y value of ech function is coming out incorrectly(not a value). i am not sure why. Thanks!

2 replies

24-Ruby IV
February 27, 2014

You try toplot functions f(x), r(x) and g(x) but you have not those functions.

14-Alexandrite
February 27, 2014

Hi Valery,

I agree with you. i did put these functions in the graph area and i was able to plot them. My question or concern is about the values in the second column of each function result tables. i have 4 functions. Thanks!

24-Ruby IV
February 27, 2014

OK!

See please the attach.

25-Diamond I
February 27, 2014

In creating the vector R,G,F and H you forgot a vector index at the argumebt x. So the full vector is evaluated for every i and you create a nested vector which sure wasn't intended. You may also create those vectors without using the range i. (see attached sheet).

As Valery already stated you haven't defined functions f,g or r and so you can't plot any of them. It would be easy to define those function (see atatched sheet) but you may also simply plot the vectors F,G,R over the vector x.

14-Alexandrite
February 27, 2014

Thank you . Got it !