Feeds
提问
differentiation of function inside another function
= where and are constants. How to calculate the value of
4 years 前 | 1 个回答 | 0
1
个回答提问
Laplace transform(how to calculate natural transform in matlab if anyone knows please help me)
clc clear all syms x y t mu s v laplace(1,t,s) ilaplace(1/s,s,t)
4 years 前 | 0 个回答 | 0
0
个回答提问
Laplace and inverse laplace
How to find laplace transform and inverse laplace transform of any value without using the built in functions laplace and ilapla...
5 years 前 | 1 个回答 | 0
1
个回答提问
integration of sin(t^ μ ) with respect to t
clc clear all syms x t u s mu f=exp(-s*t/u)*sin(t^mu) int(f,t,0,inf)
5 years 前 | 0 个回答 | 0
0
个回答提问
how to do integration for gamma function with limits
clc clear all syms x int(gamma(x),x,0,1)
5 years 前 | 0 个回答 | 0