Feeds
提问
how do i solve for 't' ?
syms t assume([t] > 0); eqn1 = (380/2) == 380.0 - 379.69109947074029287421462846085*exp(-1000842.1052631578947368421052632*...
7 years 前 | 2 个回答 | 0
2
个回答提问
hello,can anyone help me completeing this program? in the program i have an equation in laplace domain, in which i have symbolic constants and variables. i'am willing to find its inverse laplace without assigning any value to the symbolic constants.
syms L1 L2 C1 C2 R Rf IL1_LT Vdc t s %symbolic constants and variables defined assume([t L1 L2 C1 C2 R Rf Vdc] > 0); IL1_LT ...
7 years 前 | 1 个回答 | 0
