Skip to main content

Questions tagged [physics]

Questions related to the application of Mathematica to problems in physics.

Filter by
Sorted by
Tagged with
1 vote
0 answers
79 views

I am trying to evaluate the Diractrace using Feyncalc package. The expression involves projection operator 'ab' which comes from completeness relation of spin 3/2 particles (Delta-). I am having some ...
Yogeesh N P23PH0018's user avatar
0 votes
0 answers
68 views

Now I'm trying to solve partial differential equation by discretizing spatial coordinate. These equations are a kind of fluid equation and the fluid is annihilated at the x=0. The variables are matter ...
JYP's user avatar
  • 1
2 votes
1 answer
331 views

I tried to plot the critical meniscus height of a liquid near a vertical rod (pulling upward) (radius, $r_0$) using the nondimensionalized equation (as $z=y/r_0$ and $r=x/r_0$) given in this paper, ...
Gopal Verma's user avatar
  • 1,137
3 votes
1 answer
184 views

I am trying to reproduce Figure 5 of this paper by using the following Mathematica code, which uses the method of lines for NDSolve. Unfortunately, I am not able to ...
codebpr's user avatar
  • 3,028
1 vote
1 answer
139 views

I am trying to find the equation of motions for the lagrangian given in Eq(22) of this paper. For this purpose, I use the following Mathematica code: ...
codebpr's user avatar
  • 3,028
3 votes
2 answers
212 views

I model the propagation of a pulsating wave. Below is a system of partial differential equations with free boundaries (Neumann conditions), as well as a pulsating component. Individual components of ...
ayr's user avatar
  • 2,665
2 votes
1 answer
310 views

The hamiltonian $H=\sum_{i=1}^L S_i.S_{i+1}-h_iS^z$. It is a periodic $S =1/2$ Heisenberg chain in a random magnetic field, $h_i$ drawn from a uniform distribution $[−h, h]$. The ratio of consecutive ...
Yuktak's user avatar
  • 343
0 votes
0 answers
85 views

This question is related to a previous thread Calculating the covariant derivative of Ricci scalar. I try to write MA code to define a new modified Einstein tensor: $$ G'_{\mu\nu} = G_{\mu\nu}- \frac{...
Dr. phy's user avatar
  • 437
3 votes
2 answers
465 views

Perhaps a better title would be: "Simulating k-many Moving Points with Distance Contraints on Sphere-like Cages" because I am not concerned about representing anything physically real. This ...
Romogi's user avatar
  • 687
1 vote
1 answer
100 views

I have this data: j={{0.,0.46154},{0.02,0.96675},{0.04,BLINK},{0.06,BLINK},{0.08,BLINK},{0.1,BLINK},{0.12,BLINK},{0.14,0.95638},{0.16,BLINK},{0.18,BLINK},{0.2,BLINK},{0.22,0.97462},{0.24,BLINK},{0.26,...
Zarabu's user avatar
  • 119
2 votes
1 answer
153 views

I am seeking to solve a Time-Independent Schrödinger Equation using the Mathematica Platform. I will detail the problem below: Scaling Constant is "K." This is calculated by the formula (2 m ...
Caroline Studebaker's user avatar
9 votes
1 answer
408 views

In crystallography, the Seitz Symbol is a standard notation for describing symmetry operations in space groups. Its core idea is to decompose a symmetry operation into a combination of point ...
lotus2019's user avatar
  • 2,763
4 votes
1 answer
295 views

I am attempting to run the time-independent Schrodinger equation for two states of a molecule and then find the overlap integral (called the Franck Condon Factor) for the states. This is where: Hbar ...
Caroline Studebaker's user avatar
0 votes
0 answers
138 views

I am trying to reproduce the top left figure 5 with $q = 0$ from the manuscript https://arxiv.org/pdf/1707.09521 . In this case, for $\theta = \pi/2$ in equation 52, $\alpha$ is equal to equation 45 ...
AlexisSanchez's user avatar
2 votes
0 answers
295 views

While solving mathematical equations in physics and STEM, can we take help from ChatGPT (in the same way as one would use a calculator or log tables) and use Mathematica packages instead of using pen ...
quanity's user avatar
  • 121
0 votes
1 answer
182 views

I have a wavefunction which is the eigenvector of the smallest eigenvalue. ...
CuriousMind's user avatar
0 votes
0 answers
42 views

I am writing a code in Mathematica using the FeynCalc package to calculate an expression ( Y_1 ) that is required to evaluate the differential cross-section for the scattering of two massless fermions ...
Mena Invenius's user avatar
0 votes
0 answers
75 views

I’m working on a quantum field theory calculation in Mathematica using FeynCalc, and I’m running into the following error: ...
Mena Invenius's user avatar
0 votes
0 answers
71 views

The model file I have used for generating two graviton two scalar vertex using FeynRules package doesn't give me the correct vertex. The correct vertex should have 18 terms in its full extended form. ...
NovoGrav's user avatar
3 votes
1 answer
218 views

I want to apply Fourier series to a time series and then compare its estimates to the actual values. The data is related to the monthly rainfall of a city from 2000 to 2023. I used the following ...
Erfan's user avatar
  • 301
1 vote
0 answers
117 views

I want to be able to perform perturbations in Minkowski space using xPert, xTras, and of course xAct. I am trying to re-create the parity even term found in this paper: Causality Constrains Higher ...
MathZilla's user avatar
3 votes
1 answer
165 views

I am trying to use the FEM tools in order to generate a current density mask for a trapezoidal racetrack. The voltage input is a 1 unit wide x 2 unit tall pad that I defined in the Laplacian equation. ...
swattsen's user avatar
5 votes
2 answers
342 views

I am trying to reproduce results from this paper, which involves solving a fourth-order differential equation. After setting the various parameters: ...
Clara Díaz Sánchez's user avatar
3 votes
2 answers
271 views

I am trying to reproduce the Figure 2 from this paper. The code that I am using to solve the differential equation is given below: ...
codebpr's user avatar
  • 3,028

1
2 3 4 5
21