Feeds
提问
Interpolation of a table (N dependent over M independent) variables
I have the given table: % AoA vel CDa CLa CSa Cmxa Cmya Cmza -40 5 1.14668 ...
6 years 前 | 0 个回答 | 0
0
个回答已回答
Solve a large composite set of equations numerically
I have finally solved this set symbolically, but this is offtopic, so close it now.
Solve a large composite set of equations numerically
I have finally solved this set symbolically, but this is offtopic, so close it now.
6 years 前 | 0
| 已接受
提问
Solve a large composite set of equations numerically
I have the following set of equations: 1: where are known scalar constants, and 2: 3: where is known scala...
6 years 前 | 2 个回答 | 0
2
个回答已回答
Simplify outputs huge result for diff symbolic expression with hyperbolic functions. Part 2.
The task was solved numerically instead of symbolically.
Simplify outputs huge result for diff symbolic expression with hyperbolic functions. Part 2.
The task was solved numerically instead of symbolically.
6 years 前 | 0
| 已接受
提问
Simplify outputs huge result for diff symbolic expression with hyperbolic functions. Part 2.
This question relates to the previous one. After the 2D-case was successfully solved I finaly end up with the 3D-case task: sy...
6 years 前 | 1 个回答 | 0
1
个回答已回答
Simplify outputs huge result for diff symbolic expression with hyperbolic functions
Yes I am sure. Sorry, my bad and thanks for the good catch, but I forgot to mention that in my particular case f(x,y) = a...
Simplify outputs huge result for diff symbolic expression with hyperbolic functions
Yes I am sure. Sorry, my bad and thanks for the good catch, but I forgot to mention that in my particular case f(x,y) = a...
6 years 前 | 0
提问
Simplify outputs huge result for diff symbolic expression with hyperbolic functions
Matlab R2019 Update 3 syms x y k real; syms f(x,y); syms a b; xd = -a*tanh(k*f)+b*sech(k*f); yd = -b*tanh(k*f)-a*sech(k*f...
6 years 前 | 2 个回答 | 0
