Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to write the program to solve the rate equation of Erbium Doped Fiber Amplifier in C or C++. Can any one please help me?
dn2/dt = (R12+W12) n1 - (R12+W21+A21)n2 dn1/dt is rate equation
Posted
Comments
Richard MacCutchan 25-Oct-12 13:03pm    
That's just simple mathematics; reduce the equation to its individual steps and you have the answer.
Sergey Alexandrovich Kryukov 25-Oct-12 15:21pm    
I never stop wondering: what kind of "engineers" are those somehow familiar with highly specialized and complex devices such as optical amplifiers but having problems with four elementary arithmetical operations? It looks like modern educational system is based on hoping for the miracle, allowing to skip "difficult" part and go straight to amazing results. It's also amazing that some student bye this lie...
--SA

1 solution

It does not work like this here.

Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it's not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900