| 1 | initial version |
Calling the new metric h, you can do
h = M.metric('h')
h[Y.frame(),:,Y] = g[Y.frame(),:,Y]
This will initialize the components of h w.r.t. to chart Y to be identical to those of g in the same chart.
| 2 | No.2 Revision |
Calling the new metric h, you can do
h = M.metric('h')
M.lorentzian_metric('h')
h[Y.frame(),:,Y] = g[Y.frame(),:,Y]
This will initialize the components of h w.r.t. to chart Y to be identical to those of g in the same chart. chart.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.