03-06-2018 05:03 AM - edited 03-06-2018 05:07 AM
Hello everyone!
I want to fill an 1D array with solutions of equation (x=0), but can't figure out how i should do this. It looks like a simple task, and i definitely miss something. Default coefficients is: a=0,03. A=2.
Thanks in advance.
03-06-2018 10:19 AM
Wait, so all you want to do is take the x=0 solution to the equation for y and initialize a 1D array to that value?
See the attachment.
03-06-2018 10:43 AM
@ADZol wrote:
Hello everyone!
I want to fill an 1D array with solutions of equation (x=0), but can't figure out how i should do this. It looks like a simple task, and i definitely miss something.
You miss much more than "one thing".