python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Numerical instability in the inverse Laplace transform
I have a problem with Laplace inversion and my function is not numerically stable for the Laplac inverse, but I do not understand the cause of this problem.
Here is my code and graph of this problem. ...
Ali AlCapone
Votes: 0
Answers: 0
Differing results of integrals from scipy.integrate and mpmath.quad
I am integrating a function to implement the functions in this paper and I observe different outputs from scipy.integrate.quad and mpmath.quad as per the following:
import mpmath as mp
from scipy impo...
Anil
Votes: 0
Answers: 0
Erorr:can't create mpf from an array while 3D plotting a function with incomplete gamma function
I would like to display my complex function in the complex domain, but I have a problem. I get the following error message: cannot create mpf from array The code is simple and I have tried to show wh...
Ali AlCapone
Votes: 0
Answers: 1
Hexadecimal notation of square roots in Python - Sha-512
I am going over the description of Sha-512. It is mentioned that the initial hash value consists of the sequence of 64-bit words that are obtained by taking the fractional part of the first eight prim...
Josh
Votes: 0
Answers: 1