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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 0
