Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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
To index a vector you have to use the vector index (]), not the literal index (Ctrl -).
Thank you so much. It is working now.
Thank you for your time and effort.