2
votes
1answer
114 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 ...
2
votes
2answers
366 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 ...
0
votes
0answers
109 views

How to find similar polynomials to satisfy certain boundary conditions on derivatives

Good afternoon mathematics members. I have one problem with polynomial functions. For these functions, I need to find similar like in attachment. Derivative in start and end point and boundary ...
2
votes
2answers
129 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 ...
1
vote
2answers
183 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 ...
4
votes
2answers
384 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: ...