Ask Your Question

Omar Medbau's profile - activity

2022-12-30 20:23:47 +0200 received badge  Popular Question (source)
2021-01-27 18:48:55 +0200 asked a question Extracting numerator of a Ricci tensor component

Hello

I'm solving Einstein equation in vacuum. I already computed the Ricci tensor. For example, de first Ricci component is saved in the following variable eq1:

eq1=EE[0,0]

The denominator of the component should vanish since since the other part of the equation is zero. How can I extract numerator of the expression. I have tried:

eq1.denominator()

But it does not work. Thanks

2021-01-27 18:47:06 +0200 asked a question Simplifying when solving Einstein equation

Hello

I'm solving Einstein equation in vacuum. I already computed the Ricci tensor. For example, de first Ricci component is saved in the following variable eq1:

eq1=EE[0,0]

The denominator of the component should vanish since since the other part of the equation is zero. How can I extract numerator of the expression. I have tried:

eq1.denominator()

But it does not work.Thanks