0 years ago | received badge | ● Famous Question (source) |
0 years ago | received badge | ● Notable Question (source) |
0 years ago | received badge | ● Popular Question (source) |
2 years ago | received badge | ● Notable Question (source) |
4 years ago | received badge | ● Popular Question (source) |
8 years ago | received badge | ● Supporter (source) |
8 years ago | commented answer | Function dependence flexibility Thank you, that works! |
8 years ago | received badge | ● Student (source) |
8 years ago | asked a question | Function dependence flexibility I'd like to declare an unknown function f. If I had one variable x, I would write Instead, I would like to declare this function with a variable list (or tuple) that has unknown length at the beginning of the program. For example, has two variables or has three. I can get a list (or tuple) containing my variables just before the function declaration: Then how can I declare my function like ? |
8 years ago | commented answer | desolve_system_rk4 vs desolve_odeint Thank you Paul. It is a more serious issue than I thought. I will try to reformulate my physical problem. |
8 years ago | received badge | ● Editor (source) |
8 years ago | asked a question | desolve_system_rk4 vs desolve_odeint I am getting different results (a result vs no result) from desolve_system_rk4 and desolve_odeint for the same system. What am I missing? My code is the following: |