Recent content by AST3019

  1. A

    Can You Shift an Array by a User-Inputted Value Using For Loops?

    yeah, right after i posted the thread i realized that and fixed it and now it works. thanks though.
  2. A

    Can You Shift an Array by a User-Inputted Value Using For Loops?

    So I am trying to use for loops to shift the index an array by a user inputted value. The code i have so far is printMessage(); cin >> choice; if(choice == 2){ cout << endl; cout <<"Please enter...
  3. A

    Solving Implicit O.D.E: sin(y) + xy - x^3 = 2 | 2nd Order ODE Help

    Is, sin(y) + xy - x^3=2, an implicit soln to the 2nd order ODE y''= {6xy' + (y')^3 * sin(y) - 2(y')^2}/ (3x^2 - y)?
Back
Top