Ax_xiom's latest activity
-
Ax_xiom replied to the thread High School Why does FFT of a black and white image differ from expected?.Apologies That's probably what I was looking for. Thanks for your help -
Ax_xiom replied to the thread High School Why does FFT of a black and white image differ from expected?.I think the issue is that, for reasons I am not smart enough to understand, the computed diffraction pattern is usually different to the... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.I haven't tried it because I decided to just use Excel's built-in solver. I subsequently abandoned the project when the solver kept on... -
Ax_xiom replied to the thread High School Why does FFT of a black and white image differ from expected?.I'm taking the square root so the image looks brighter compare the regular image to the image when the values are squarerooted The... -
Ax_xiom replied to the thread High School Why does FFT of a black and white image differ from expected?.I'll create a new image with the centre at 0,0 so no shifting is required. Here it is: # fourier_synthesis.py import numpy as np... -
Ax_xiom replied to the thread High School Why does FFT of a black and white image differ from expected?.I tried it and I get this: Which does have the same general structure as what I'm aiming for, but doesn't "glow" as much Here is the... -
Ax_xiom posted the thread High School Why does FFT of a black and white image differ from expected? in Optics.So I'm using python to compute the fourier transform of a black and white image and the images I've been getting have been different to... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.Not really, but I'll mess around with it as I don't think there is any other reasonable way to solve my problem -
Ax_xiom reacted to pasmith's post in the thread Undergrad Best way to numerically solve this system of equations? with
Like.
It may be easier to express the first two as $$ (1 - sN_i)(1 - c_i \lambda) + sN_i = 1 - c_i\lambda + sc_iN_i \lambda = 0.$$ Newton's... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.After some thinking, I don't think this is possible. For an arbitrary stage i, the expression for the mass ratio will be this $$N_i =... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.s will be around 0.1. These results make sense but this is a solved issue currently. This is the issue I am currently having -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.the ##c_i##'s and ##V_f## will be variable but the ##c_i##'s will typically be around ##2400-3000ms^{-1}## and ##V_f## will be anywhere... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.This is nice, but @pasmith pointed out a way to make the Jacobian upper triangular, which makes the computation of ##\Delta X_n## much... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.So not related to this specific topic but related to this project. So turns out the equations I was working with are likely wrong. So... -
Ax_xiom replied to the thread Undergrad Best way to numerically solve this system of equations?.Do you mean it's possible to solve the linear system without using Excel's matrix operations each time? If that is correct, I believe...







