Recent content by Arman777

  1. Arman777

    GTRPy - A python package for General Relativity Related Calculations

    Fair enough :approve: Indeed that Is the case. However, the program is still in the development process. I can probably implement a custom function support but I am not sure I can add solving coupled PDE’s. Maybe I can… Feedback is very important for me and thanks for your sharing your...
  2. Arman777

    GTRPy - A python package for General Relativity Related Calculations

    Let me clarify this statement a bit more... The one important point in GTRPy is that the variables defined in the metric tensor **must be constant**. For example, you can write the Schwarzschild Coordinates System as g = diag[-(1-r_s/r), (1-r_s/r)**(-1), r^2, r^2sin^2(theta)] and that is...
  3. Arman777

    GTRPy - A python package for General Relativity Related Calculations

    That is also a great tool. However, I think GTRPy is better in some regards w.r.t einsteinpy 1) GTRPy is GUI based and more user-friendly than einsteinpy 2) GTRPy can also perform field operations
  4. Arman777

    GTRPy - A python package for General Relativity Related Calculations

    Yes indeed that is the case. The program sadly cannot perform that operation. The extra variables (variables other than the coordinate system) put in the metric is taken as constants and not as variables. This means that if you put any symbol other than the coordinate system, it will considered...
  5. Arman777

    GTRPy - A python package for General Relativity Related Calculations

    Hello, everyone I am now working on this project quite a while now and I just wanted to share it with this forum, which I was a member for a long time. I am working on a python application about GR and I believe I managed to create a very user-friendly layout. It's called GTRPy, and it allows...
  6. Arman777

    https://github.com/seVenVo1d/grpy

    https://github.com/seVenVo1d/grpy
  7. Arman777

    A Series expansion of ##(1-cx)^{1/x}##

    I am trying to understand the series expansion of $$(1-cx)^{1/x}$$ The wolframalpha seems to solve the problem by using taylor series for ## x\rightarrow 0## and Puiseux series for ##x\rightarrow \infty##. Any ideas how can I calculate them ...
  8. Arman777

    Creating a grid type 3D data array from data points

    I have a 3 data column ##(X, Y, Z)## ranges from ##(min, max)##. For example, ##X = (0, 5)##, ##Y=(0, 3)##, ##Z=(0, 2)##. By using them I need to create a numpy array in the form of ##[(0, 0, 0), (0, 0, 1), (0, 0, 2), (0, 1, 0), (0, 1, 1), (0, 1, 2), (0, 2, 0)...]## So in total there will be...
  9. Arman777

    Relativity Exploring Scalar/Tensor/Scalar-Tensor Theories - A Guide

    Is there a book or article that discusses the scalar/tensor/scalar-tensor (maybe others as well) theories ? (Look at this wiki page for a general overview of the theories that I am talking about) So, I am looking for a book that discusses these theories either in general or in detail. It does...
  10. Arman777

    Linux - Moving/Copying Files via terminal

    I am trying to move files and folders from one directory to other. Both of the files has multiple subfolders and files. From the reasearch I have made it seems that the answer should be something like, `cp mv -vr \Downloads\* .` But I am not sure this is true or not. I am also not sure about...
  11. Arman777

    A Understanding distances in Cosmology

    I am trying to understand this graph but I am confused about the distance definitions. So there's an object located at a comoving distance ##r##. The proper distance of the object at ##z'## can be written as $$d(z{'}) = \frac{1}{1+z{'}}\int_0^{z{'}} \frac{dz{'}}{H(z{'})}$$ In this case...
  12. Arman777

    Comoving Distance in LCDM - Understanding an Approximation

    I am trying to find the comoving distance, $$\chi = c\int_0^z \frac{dz}{H(z)}$$ for the ##\Lambda##CDM model (spatially flat universe, containing only matter and ##\Lambda##). $$H^2 = H_0^2[\Omega_{m,0}(1+z)^3 + \Omega_{\Lambda, 0}]$$ When I put this into integral I am getting, $$\chi =...
  13. Arman777

    A How to express the agreement between experiment and theoretical observations?

    I have learned at undergrad but know I have completely forget about it..
  14. Arman777

    A How to express the agreement between experiment and theoretical observations?

    Let us suppose I have a value measured from experiment and given by $$V_{\text{exp}} \pm \sigma_{V_{\text{exp}}}$$ and a theoretical value given as $$V_{\text{the}} \pm \sigma_{V_{\text{the}}}$$ Is there a statistical way to measure how well ##V_{\text{the}}## matches with the...
Back
Top