Questions tagged [polynomials]

25 questions
8
votes
2 answers

Exercise & Solution Page

In an earlier post of mine, I asked how to create separate exercise and solution pages for basic arithmetic. I'm trying the same thing now for factoring simple trinomials, but it's not working and I'm not sure why. I feel like the key parts of the…
4
votes
1 answer

Polynom Package Multiplication

Ok! So...was really pleased when I discovered that polynom will just do polynomial long division for me like it's no big deal. But...is there a function for multiplying polynomials? I seem to have found something called \polymul in the manual,…
1
vote
1 answer

Use of polynomial command with an argument defined by \dfrac{2]{3} for example

This question is the following of this one. The solution worked very well (Thanks so much JPI !) but it remains another request : with the previous code (without the 1st solution by JPI) I could use polynomial command with \dfrac{2}{3} as one of the…
1
vote
0 answers

LaTex code for Polynomial Division in Ascending Powers

Is there a way to let the LaTeX package Polynom also do division in ascending powers of x as given in the figure or any other package of LaTex is able to do this?
schremmer
  • 2,107
0
votes
0 answers

Long division between two polynomials, one has a variable coefficient

I would like to do the long division between polynomials p(x)=-x^4+2x^2-(a-1)^2x+1 (where a is a real number) and q(x)=x+1: I tried to use polynom package as…
manooooh
  • 3,203
  • 2
  • 21
  • 46