photo

Yaswanth Sai


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Discontinuities when computing integration of error functions using integral function
I am trying to integrate a function over a region in different time intervals. The integration looks something like this. fun_u...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Use of backslash while calculating the product of inverse of a matrix and another matrix
I am trying to implement successive overrelaxation method. I am getting different answers when I distributed the inverse between...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I convert set of symbolic functions into function handle so that they can be used as input to ode45?
For example, I have to solve the following equations if true syms x(t) y(t) z(t) eq1 = diff(x,t) == -x+3z; ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I generate a matrix of symbolic functions, whose size varies depending on the input values?
For example, I want to generate 4 symbolic functions which depend on the variable 't'. They should be something like th1(t), th2...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there any way to reduce the error in the calculation of eigenvectors when using eig function?
In the equation AV = BVD (cond(A) = 10^4, cond(B) = 10^8), my A and B matrices are highly ill-conditioned. The eigenvectors I am...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Is there a general formula to calculate the sum of the squares logarithms of first n natural numbers?
Is there a general formula for the following sequence? S(n) = [log(1)]^2 + [log(2)]^2 + ......... + [log(n-1)]^2 + [log(n)]^2...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Hi! How to decrease the computation time of calculating eigenvalues and eigenvectors of large sparse matrices like 10000X10000(I need all the eigenvalues so I can't use eigs)?
I need to find all the eigenvalues of a large matrix which is 10000X10000, and I have to loop it for some 1000 times.My computer...

6年以上 前 | 1 件の回答 | 1

1

回答

質問


How to generate c code from MATLAB code as subs is not supported by MATLAB.
Hi! I am facing some issues in generating C code from MATLAB coder while I used subs. Please help me to fix this so that I can g...

6年以上 前 | 1 件の回答 | 0

1

回答