Skip to main content

Questions tagged [polynomials]

Questions on the functionality operating on polynomials

5 votes
0 answers
96 views

For inexact coefficients MonomialList seems to apply N. How to avoid this? ...
I.M.'s user avatar
  • 3,516
3 votes
1 answer
233 views

Here are two examples with ordinary extensions: Factor[1 + x^4, Extension -> Sqrt[2]] Factor[x^2 + 2 Sqrt[3] x + 3, Extension -> Automatic] But what about &...
azerbajdzan's user avatar
  • 32.5k
3 votes
4 answers
266 views

The following function finds the degree of a multi-variate polynomial. PolyDeg[expr_]:=expr//ToList//Exponent[#,Variables[#]]&/@#&//Plus@@@#&//Max; ...
youthdoo's user avatar
  • 647
2 votes
2 answers
147 views

This is similar to the how-to-replace-variable-with-power question, but here it involves two variables with different power combinations. This quesion arises from paper forward kinematics of the 6-6 ...
eason's user avatar
  • 403
3 votes
1 answer
301 views

The motivation of this question is pure curiosity. Working on this problem, I tried to find the zero of function $$f(x)=m\,(m-1)^{\frac{1}{m}-1}\, x^{1-\frac{1}{m}}+x-1 \quad \quad \text{where} \...
Claude Leibovici's user avatar
2 votes
0 answers
258 views

How to calculate Kazhdan-Lusztig Polynomials using Mathematica? References: TABLES OF KAZHDAN-LUSZTIG POLYNOMIALS Kazhdan-Lusztig Polynomials - Combinatorics kazhdan-Lusztig-polynomial-calculator (of ...
Ahamad's user avatar
  • 1
2 votes
1 answer
155 views

I've defined four $2\times 2$ matrices and a vector of size $2$: ...
bb_823's user avatar
  • 155
0 votes
0 answers
176 views

I want to write these two Expressions in terms of spin-weighted spherical harmonics: $\cos^{2}\theta\,\cos^{2}\phi - \sin^{2}\phi$ $\cos^{2}\theta\,\sin^{2}\phi - \cos^{2}\phi$ I've written this code ...
danial's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
70