![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27476756_1663033217941_DEF.jpg)
Jiapeng
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
211.550
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Question about qr shift
I was asked to use qr shift to calculate the eigenvalues of a matrix where the matrix with tolerance 10^(-16). Is qr shift a sta...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Compute the roots of a general nth-degree polynomial
A = [ ]; a = compan(A); e = eig(a); I am trying to find the roots of a general polynomial of degree n using the eigenvalue...
alrededor de 2 años hace | 1 respuesta | 1
1
respuestaPregunta
How to get the numerical rank of the matrix in matlab?
Suppose there exists a 3*3 matrix A. I know I can use rank(A) to get the rank of A. However, if there exists ε>0, how should I u...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Picking a particular column to norm in matrix
A = [1.02 0.95 0.77 0.67 0.56 0.30 0.16 0.01]; b = [0.39 0.32 0.22 0.18 0.15 0.12 0.13 0.15]; da = [1.02+(1.2e-3) 0.95+(6.4e-...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
The results display problem
My code ishere. How about displaying every x and r from 1 to 4? A= [1.02 0.95 0.77 0.67 0.56 0.30 0.16 0.01]; b = [0.39 0.32 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
solve Ax=b by singular value decomposition
After I've got U,S,V by [U,S,V] = svd(A), how do I get x? Is it x = (V*(S^(-1)*U')*b?
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Singular value decomposition method for solving least squares problems
For Ax=y, how to show in matlab? In particular, how to show the inverse of the sum of the matrix.
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
The problem of constants in linear least squares
The equation of the model is ay^2+bxy+cx+dy+e=x^2. Since e is a constant not associated with any variable, how should we get th...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
A question for orth
A = [1,-1,2;-1,1,-2;2,-2,4] If I enter B = orth(A) Then, B = -0.4082 0.4082 -0.8165 However, range of A shou...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Formatting of result values.
For example, x=0.0012345678. How can I get x to be in the format 0.123457*10^(-2). There are six significant digits and if more...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to avoid rounding error
If I want to get the value of sqrt(10001),and it should to be 100.00499... However, MATLAB shows 100.005. How should I write t...
más de 2 años hace | 1 respuesta | 0