Skip to main content
1-Visitor
February 28, 2015
Question

Bisection Method using Prime 3

  • February 28, 2015
  • 2 replies
  • 2896 views

Hi

I'm using prime 3 and I want to write a bisection method code but I'm getting an error as follow :

1/ I can't write (i+1) as a subscript for the variable name.

For this problem, I think I solved it by defining a new variable j as (i+1), but I'm not sure if this is correct or not ?

2/ I get an error telling me that the (ai) variable is undefined !!

Please help and see the attachment

2 replies

1-Visitor
February 28, 2015

To index a vector you have to use the vector index (]), not the literal index (Ctrl -).

1-Visitor
February 28, 2015

Thank you so much. It is working now.

24-Ruby IV
February 28, 2015
1-Visitor
February 28, 2015

Thank you for your time and effort.