Skip to main content
4-Participant
February 26, 2015
Solved

I am getting error as too many initial conditions

  • February 26, 2015
  • 2 replies
  • 1378 views

I am getting error as too many initial conditions in ode solve.

I attached the code below.

can anyone help me.

Thank you in advance.

Best answer by Werner_E

Looks like you got confused about arguments t and n. In the IC you even use n as a function.

I am not sure if the attached is what you had in mind.

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
February 26, 2015

Looks like you got confused about arguments t and n. In the IC you even use n as a function.

I am not sure if the attached is what you had in mind.

vveeran4-ParticipantAuthor
4-Participant
February 26, 2015

Thank you