#help with the linear equation ax^3 - bx^2 + cx+d = y

2 messages · Page 1 of 1 (latest)

left dragon
#

hi, I'm working on a university program and I really need your help, because I'm not good at c++
. I'd like to get ax^3 - bx^2 + cx + d = y
. I need to find NMAX, motion(H), x1-?, x2-?, eps- 0.00001
H = (x2-x1)/(NMAX-1); x = x1;
for (i = N; N<NMAX: i++)

dapper falconBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.