kevin k
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
254,844
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Finding largest eigenvalue of a polynomial eigenvalue problem
Hello I am trying to solve an eigenvalue problem of the type find largest lambda such that : (A+lambda*B)*v=0 where A,B a...
8 years ago | 0 answers | 0
0
answersQuestion
Solving pde using GPU
Hello I am currently solve numerically a non linear time dependent PDE using Euler method. When I run my code with CPU ever...
8 years ago | 0 answers | 0
0
answersQuestion
taylor expansion of a long expression
Hi I have a very long polynomial in coefficients u,v,w,z stored in variable f and I would like to truncate high order terms....
9 years ago | 1 answer | 0
1
answerQuestion
linear system of equations with singular matrix
Hi I was wandering if there is a way to solve equation of the type Ax=b where A is matrix with symbolic entries and is sing...
9 years ago | 1 answer | 0
1
answerQuestion
symbolic substitution symbol by symbol
Hi I was trying to replace symbol by symbol with the code: syms u v x y N=u+3*v; u=2*x; v=2*y; N=subs(N,[u,...
9 years ago | 1 answer | 0