photo

Lillian


University of Pittsburgh

Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Linear combinations of polynomials
Here's the setup a la Matlab: >> syms a b c d abcA >> p1 = expand((a^2+b^2+c^2+d^2+2-2*a*b*c*d)^2) >> p2 = subs(p1,d^...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find a linear combination for a polynomial in multiple variables
Here's the setup a la Matlab: >> syms a b c d abcA >> p1 = expand((a^2+b^2+c^2+d^2+2-2*a*b*c*d)^2) >> p2 = subs(p1,d^...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why is numden function returning values with fractions?
I'm trying to simplify an expression. I wrote: >> syms r a b c d x y; A = tanh(a/4)*sqrt((cosh(r)-cosh(a/2))/(cosh(r)+c...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


what does the simplify command do?
I was just wondering what sort of things simplify() is able to handle. What exactly does it do? I am trying to simpl...

alrededor de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Why is Matlab not writing out all the terms in an expansion?
I am trying to expand some polynomials, and I typed: >> y1 Syms s1 s2 s3 s4; y1 = (s1^2 - 4*s2 + 8*s4^(1/2))*(4*s2...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why is the word "and" coming up in my output?
I am trying to simplify an expression, but the word "and" keeps popping up in my result. When I try to work with this further, I...

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

1

respuesta