Pregunta


Read-Only in Excel
When I execute the code below it prints out in Excel ok but it is in "Read-Only". How do I stop "Read-Only"? exl = actxser...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Crunch the numbers after a large operation
How do you get Matlab to crunch the numbers after a large operation? It leaves Addition, Subtraction, Multiplication, Division ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Real Roots of a Polynomial
I have used "solve" to factor a fourth order polynomial. It has four roots with three complex numbers. I used: xf = solve...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


3 equations and 3 unknowns
I have 3 equations and 3 unknowns. Is there a way to solve for them? 4*x + 5*y + 6*z = 7 3*x + 2*y + 4*z = 5 2*x +...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


syms first then add numbers
This may sound silly but I would like to write an equation in "syms" variables to actually see the variables in the equation the...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Derivative of t when t is a number
If t is a number. How do you take the derivative of t and get a numerical result without using syms? x = 5*t^2 - 4*t + 6 ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Magnitude of a vector
syms x y z r = [x y z] rmag??? rmag should equal (x^2 + y^2 + z^2)^0.5

alrededor de 12 años hace | 4 respuestas | 4

4

respuestas

Pregunta


Finding the Position Vector and Metric Tensor
syms ax ay a vx vy vz x0 y0 z0 a=[ax ay az] v=[vx vy vz] r=[x0 y0 z0] x=sym(zeros(4)) dx=sym(zeros(4)) g_ab=...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


"Which Sym" statement so the sym statement will work
which sym class(sym) Gup=sym(zeros(2,2)) I put "which sym" before the sym statement and I still get this error" ...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Initilize a Symbolic Toolbox array
I am getting an error in line: Gup=sym(zeros(2,2)) I am trying to initilize a Symbolic Toolbox array. This equation has...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Respondida
Substituting a syms variable with another syms variable equation
No the "sym" in "f=sym(zeros(4,4,4))" creates "f" as a symbolic zero matrix.

más de 12 años hace | 0

Pregunta


Substituting a syms variable with another syms variable equation
Error code: ??? Subscript indices must either be real positive integers or logicals. Error in ==> EigenValuesVecto...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Substituting a syms with an equation
I have a syms Array: syms A11 A12 A13 A21 A22 A23 A31 A32 A33 a b c x y z A=[A11 A12 A13;A21 A22 A23;A31 A32 A33] . ...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


More non-singleton rhs dimensions than non-singleton
??? Assignment has more non-singleton rhs dimensions than non-singleton subscripts. Error in ==> EigenValuesVectors4x4ToTens...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


System of equations for Tensors, Eigenvalues and Eigenvectors
I am trying to get a system of equations for Eigenvalues and Eigenvectors. T matrix equation is: (T(i,k)-L(r)*I)*A(r,k)=...

más de 12 años hace | 0 respuestas | 0

0

respuestas