Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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 +...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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 ...

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 3 answers | 4

3

answers

Question


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=...

11 years ago | 0 answers | 0

0

answers

Question


"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" ...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 0 answers | 0

0

answers

Answered
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.

11 years ago | 0

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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] . ...

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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)=...

11 years ago | 0 answers | 0

0

answers