Mathcad is computer software primarily intended for the verification, validation, documentation and re-use of engineering calculations. The Mathcad interface allows users to combine a variety of different elements (mathematics, descriptive text, and supporting imagery) into the form of a worksheet, which is naturally readable.
Questions tagged [mathcad]
48 questions
-1
votes
1 answer
How to convert Mathcad formula to WxMaxima
I'd like to convert a Mathcad formula to WxMaxima which calculates Fourier transform of two signals.
The problem is I haven't used Mathcad software until now. My primary operating system is Linux and as far as I know it is quite difficult to…
user762630
-2
votes
1 answer
Translation from Mathcad to Python
I can't translate a formula from Mathcad to Python. Stuck on "a".
Here's what I was able to do:
from matplotlib import pyplot as plt
import numpy as np
k1 = 1
b = 1.51
D = (1/b) * (np.sqrt(k1/np.pi))
x0 = 10 * b
myArray = np.arange(0, 24, 0.1)
for…

Kira
- 1
- 1
-4
votes
1 answer
Java library for Fourier transform like in Mathcad
In mathcad there are two functions: cfft and icfft.
I need the same in my java code. It should work for 1d and 2d arrays.
Anyone know any java libraries for it? I tried to use Appache Common Math FastFourierTransformer class, but the length of the…

z17
- 423
- 1
- 7
- 17