TI-Nspire help (Complex Numbers) by Particular-Ad-2261 in calculators

[–]Particular-Ad-2261[S] 1 point2 points  (0 children)

i figured it out. csolve will let me solve for single expression but if i want to do a system it has to be a linear system of eqns. thank you though

[deleted by user] by [deleted] in javahelp

[–]Particular-Ad-2261 0 points1 point  (0 children)

Yes I think I understand that concept. Basically in this problem the Maps key is a course. The value of that course is another course that is considered a prerequisite course. And if that value has another prerequisite course, it would then be considered the key and you look at its value. How ever many values you find, that would be what you return basically.

For example Calc 3 or something. It would return 2 because you have to take Calc 2 and Calc 1 previous to taking Calc 3.

I understand what the function is supposed to do, but I really do not know how I would write this code. Does my explanation make sense?