Recent content by birdhen
-
B
MATLAB Solving FFT Problems with MATLAB and FFTW in C
Hi there, I am having trouble with some Fast Fourier Transforms. I have been using both MATLAB and FFTW in c. The problem is that I want to calculate the potential of a system from the overdensity. The equation in Fourier space is simple phi(k)= -del(k)/(k^2) , where del is the...- birdhen
- Thread
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Graduate Where does the Einstein-Hilbert action come from?
Wow, I have just come back to look at this post, thank you for all of your help!- birdhen
- Post #22
- Forum: Special and General Relativity
-
B
Graduate Deriving the equations of motion in f(T) gravity
Hi there, I have moved to another computer and can open it fine now. Thanks very much it is very helpful!- birdhen
- Post #4
- Forum: Beyond the Standard Models
-
B
Graduate Deriving the equations of motion in f(T) gravity
HI there, Thank you for your reply, yes, f(T) gravity is an extension of teleparallel gravity. PS I can't get your link to work, it just comes up blank. Cheers- birdhen
- Post #3
- Forum: Beyond the Standard Models
-
B
Graduate Deriving the equations of motion in f(T) gravity
Hi there, I originally posted this in the SR, GR section so sorry for the re-post. Can anyone point me in the direction of any papers that explicitly derive the equations of motion in f(T) gravity. I have seen the wikipedia derivation in f(R) gravity but can't find anything for f(T) where...- birdhen
- Thread
- deriving Equations of motion Gravity Motion
- Replies: 3
- Forum: Beyond the Standard Models
-
B
Graduate Where does the Einstein-Hilbert action come from?
Hi, I have been looking all over on the internet and I can't find out how the action is derived. I know it is used to derive the field equations, but why does it look the way it does? Why use the determinant of the metric, where does the 1/(16 pi G) come from? Any help would be great, thanks!- birdhen
- Thread
- Replies: 23
- Forum: Special and General Relativity
-
B
Graduate Euler rotations in galactic plane to change to equatorial
OK , of course, thanks !- birdhen
- Post #5
- Forum: Astronomy and Astrophysics
-
B
Graduate Euler rotations in galactic plane to change to equatorial
Thank you for your reply. I am getting confused still. Would the galactic north pole just have l=0 b=90 in galactic coordinates? I am imagining the surface of a sphere, if b=90 is the top point of the sphere, then there can be no l value as the horizontal plane through the sphere would just be a...- birdhen
- Post #3
- Forum: Astronomy and Astrophysics
-
B
Graduate Euler rotations in galactic plane to change to equatorial
HI there, I am having problems understanding something. If I have an axis pointing towards the galactic north pole, and I rotate it using an Euler rotations how can I can I establish the rotation angles needed so that it will be pointing to the equatorial North pole. I am looking for...- birdhen
- Thread
- Change Euler Plane Rotations
- Replies: 4
- Forum: Astronomy and Astrophysics
-
B
Undergrad Cartesian to spherical polar coordinates
ah, thank you, so y/x=tanφ, and the value of φ will depend on whether x and y are negative or positve. Wonderful, that was the hint I needed, Thank you!- birdhen
- Post #3
- Forum: General Math
-
B
Undergrad Cartesian to spherical polar coordinates
Hi there, I am getting confused about how to work this out. I know that to convert cartesian coordinates to spherical coordinates you can use: theta=arccos(z) phi=arcsin(y/sin(theta)) my problem is that I have a list of coordinates, let's call them THETA and PHI. I change them into X,Y,Z...- birdhen
- Thread
- Cartesian Coordinates Polar Polar coordinates Spherical
- Replies: 2
- Forum: General Math
-
B
MATLAB Using fminsearch for Minimization of Two Parameters: Matlab Help
Hi there, I am getting confused trying to use fminsearch. I have looked at the help on Matlab but can't seem to understand how to get it to work. I would like to find the minimum chi squared values of two parameters H and omega. I have written a function that will find the min chi squared...- birdhen
- Thread
- Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
MATLAB Matlab Map Projection Plot: How to Plot Supernovae Coordinates on a Hammer Plot
Hi there, I am trying to plot the coordinates of Supernovae onto what I think is known as a hammer plot i.e a 2D plot representing the surface of a sphere. I have no idea how to do this, and have been searching the internet to no avail. Can anyone offer any advice ? I only have a basic...- birdhen
- Thread
- Map Matlab Plot Projection
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
Graduate What are some methods for solving the integral of (4x^2-1)e^(-2x^2)?
I think wrote it incorrectly, it would be; (-xe^(-2x^2)) -int(-e^(-2x^2)) -int(e^(-2x^2)), which then cancels. -
B
Graduate What are some methods for solving the integral of (4x^2-1)e^(-2x^2)?
It is OK I have done it now, I split it into two parts 4x^2(e-2x^2) and -e(-2x^2) and integrated the first part by parts using u'=4xe(-2x^2) and v=x, and then the integral part of the solution canceled with the second part ie the sol'n was ; [-xe(-2x^2)]-int(-e(-2x^2)-int(-e(-2x^2))...