Skip to main content

All Questions

0 votes
0 answers
22 views

Definite Integral involving polynomial and Meijer G-function

I am trying to solve the following integral involving Meijer-g function $\int_0^{\infty} \left(\varrho x + \nu\right)^{p+\frac{1}{2}-\frac{k}{2}} G_{1,3}^{3,0}\left(\begin{matrix} \frac{\...
Felipe Bueno's user avatar
1 vote
1 answer
60 views

Simplifying a particular expression

I have the expression $$ \frac{x(-c z^{n+1} (-1)^k + c x^{n+1})}{(x-ze^{i \theta})(x - ze^{-i\theta})},$$ where $b$ and $c$ are non-zero complex numbers, $z = \frac{b}{\sqrt{bc}}$ and $\theta = \frac{...
Matthew Neil's user avatar
1 vote
0 answers
52 views

Do you recognize these polynomials?

Consider the integral $$f_k (x) := \int_{- \infty}^{+ \infty} dt \, t^k \, e^{-t^2 + x t} \, , \quad k \in \mathbb{N}.$$ According to Mathematica: $$f_k(x) = \frac{1 -(-1)^k}{2} \, x \, \Gamma \left(...
MBolin's user avatar
  • 759
0 votes
0 answers
139 views

Finding Roots of a Polynomial in a Given Range

I want to be able to analyze complicated polynomials (degree $6,7$ etc.) and find out if they have roots in a given range. How do I proceed to do this using Mathematica, Matlab, or analytically(if ...
user avatar
0 votes
1 answer
455 views

Is there a way to solve a very complicated equation in one variable? [closed]

Essentially solving for x in this equation: $\frac{(631.60353-0.078408πx^3-3.44416x^2)[π(\sin31.72778)+2]}{6.54928x+0.22365x^2} + 15.4-\frac{x(\sin31.72778+2)+7.7}{6.54928x+0.22365x^2}(0.235224πx^2+6....
gerald ek's user avatar
7 votes
1 answer
294 views

Basis of factors for large degree polynomials

In $\mathbb{Z}_2$, the polynomial $x^{2^6}+x+1$ or $x^{64}+x+1$ factors into $x^4+x+1$, $x^{12}+x^9+x^5+x^2+1$, $x^{12}+x^9+x^5+x^4+x^2+x+1$, $x^{12}+x^9+x^8+x^5+1$, $x^{12}+x^9+x^8+x^5+x^4+x+1$, $x^{...
Ed Pegg's user avatar
  • 21.4k
3 votes
1 answer
428 views

Help me understand Gröbner basis result please

I'm practicing a bit with Gröbner bases but I'm not understanding the following result I obtain from Mathematica: ...
user2520938's user avatar
  • 7,305
0 votes
1 answer
424 views

Best program for multiplying many multivariable polynomials

I want to make a table with two columns: The first column will consist of many(possibly hundreds) of polynomials in two variables. The second column will be a function applied to all of the ...
Michael's user avatar
1 vote
2 answers
1k views

Practical applications of Graeffe's root finding method

What are the practical applications of Graeffe's root finding method? I searched a lot but couldn't find any. I found that it is used in aerodynamics and electric circuit analysis. But I don't know ...
JavaApprentice's user avatar
2 votes
1 answer
1k views

Newton backward interpolation in Mathematica [closed]

I have the following task: Create a function (in Wolfram Mathematica), called $\mathrm{NewtonBackward}$[n_,x0_,h_,f_] which interpolates backwards the function $f(x)$ with nodes {x_i = x_0 + $i$$\...
guest's user avatar
  • 21
2 votes
1 answer
2k views

Automatic calculation of the intersection of discrete curves

first of all, let me apologize for a poor math-english translation, I'll try my very best. I have the following situation: I have over 16.000 data files which I generated from a biometric verification ...
Stefan's user avatar
  • 133
2 votes
3 answers
1k views

Finding root of a polynomial

Let's say I've got $ax^3 + bx^2 + cx + d = 0$ I want to find x for a general-case. Mathematica gave me a very long solution, and even longer for one which has $kx^4$. Can you please help me ...
Mark Segal's user avatar
2 votes
2 answers
201 views

Computation of characteristic polynomial fails for me

For a matrix $A\in\mathbb{K}^{n\times n}$ where $\mathbb{K}\in\{\mathbb{R},\mathbb{C}\}$ the characteristic polynomial is defined as $$\chi_A(\lambda) := \text{det}(A-\lambda I_n) = \sum_{k=0}^n c_k \...
Christian Ivicevic's user avatar
1 vote
2 answers
257 views

Help need in Mathematica or Sage

I want to find the common positive solutions of two polynomials $f_{a,b}(x,y)$, $g_{a,b}(x,y)$ where $a,b$ runs from 0 to 1 with an interval 0.01. Let $(x_0,y_0)$ be a common positive solution. Then ...
user12290's user avatar
  • 1,305
4 votes
2 answers
1k views

Integrate in Mathematica takes forever

I'm trying to calculate the length of a curve from a polynomial in Mathematica and for some reason Integrate doesn't complete, it just runs until I abort the execution. The polynom: ...
Kalle's user avatar
  • 143