Feeds
提问
matlab not using the variable i give it in differential equation
i try giving matlab values for my variable but it does not use them. >> syms k N t >> k = 0.025; >> N = 1000; >> dsolve('DP...
3 years 前 | 1 个回答 | 0
1
个回答提问
problem using the solve method
i am trying to solve for t when the following equation: 1000/(exp(log(4) - t/40) + 1) is equal to 800, but matlab wont give me a...
3 years 前 | 1 个回答 | 0
1
个回答提问
Problem solving exponential equation
I want to use the solve command to solve the equation (1000/(exp(log(4) - t/40) + 1 = 800) for t but I am having some issues wit...
3 years 前 | 1 个回答 | 0
