Linked Questions

11 votes
2 answers
3k views

My matrix is $\qquad A= \begin{pmatrix} {1} & {2} & {3}\\ {4} & {1} & {0}\\ {0} & {5} & {4} \end{pmatrix} $ I need $\qquad A^n$ I tried ...
wally's user avatar
  • 417
3 votes
1 answer
2k views

This is the code I have: ...
user17338's user avatar
  • 169
4 votes
1 answer
6k views

There is a function that I'm trying to get the inverse of. My function is a simple polynomial: Tn[T_] := 4/9 T^3/Tc^2 + 5/9 T Now I tried to find ...
Betohaku's user avatar
  • 215
0 votes
2 answers
2k views

Given how the output looks like, as in a set of "==" assignments, is it possible to extract specific roots from the output of, http://reference.wolfram.com/language/ref/Roots.html ? And then do a ...
user6818's user avatar
  • 1,191
0 votes
1 answer
3k views

I have read common pitfalls page and the documentation page but I still don't understand what do those signs mean here? ...
Sepideh Abadpour's user avatar
0 votes
2 answers
1k views

I have a pair of coupled polynomial equations that I need to solve, so I tried using Mathematica's solve tool. This is the code that I wrote: ...
pkg's user avatar
  • 1
0 votes
3 answers
655 views

I am trying to find real solutions of equation using Mathematica 8.0 but there is some problem I don't know how to explain. For example, for the input ...
vladimir's user avatar
0 votes
1 answer
584 views

I have trouble understanding Root in Mathematica. For instance: Solve[x^5 + 2 x + 1 == 0, x] gives me a strange solution ...
james's user avatar
  • 3,103
1 vote
2 answers
519 views

I'm trying get the critical points of the function $f(x)=(( 1 - 3*(x + 1)^3)/(x^4 + 1))*(x - 2)$ so I took the derivative which is $(16 + 18 x - 9 x^2 - 28 x^3 - 48 x^4 - 18 x^5 + 3 x^6)/(1 + x^4)^2$ ...
jerry232's user avatar
1 vote
1 answer
338 views

I'm trying to find the maximum value of d[x_]:=4-(1/5)x^2-3*Cos[Pi*x/6] For -5 < x < 5. Aside from x=0 which is a local minimum, when I use Solve, I can ...
Ashley's user avatar
  • 31
3 votes
1 answer
212 views

I solved an polynomial equation of degree 20 and got root objects as solutions. I cannot understand how to match such output to any standard analytic form. After studying ...
Dark Knight45's user avatar
0 votes
1 answer
402 views

In Mathematica, I computed the following: ...
Sunita's user avatar
  • 39
0 votes
0 answers
566 views

Here is an example of my problem: I am somewhat confused by the syntax of this. I am guessing that the #1 is specifying the start of another root? Why then does one of the roots = u + with nothing ...
David's user avatar
  • 101
2 votes
1 answer
240 views

Q = ( { {-7, 1, 2, 4}, {2, -4, 1, 1}, {2, 2, -6, 2}, {1, 1, 1, -3} } ) MatrixExp[Q*t] I defined the matrix Q and executed the command. Then I ...
jerryed321's user avatar
0 votes
1 answer
302 views

I was trying to find the eigensystem of the following matrix (act as if the second character is in subscript): \begin{pmatrix} 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ \frac{-\...
Lara's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
10