Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Tensor[RicciTensor] - calculate the Ricci tensor of a linear connection on the tangent bundle
Calling Sequences
RicciTensor(g)
RicciTensor(R)
Parameters
g - the metric tensor on the tangent bundle of a manifold
R - the curvature tensor of a connection on the tangent bundle of a manifold
Description
Let C be a connection on the tangent bundle of a manifold M with a curvature tensor R. The Ricci tensor is the contraction of R over the 1st and 3rd indices.
With the first calling sequence, the Ricci tensor for the Christoffel connection of the metric g is computed. With the second calling sequence, the Ricci tensor is computed directly from the given curvature tensor.
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form RicciTensor(...) only after executing the command with(DifferentialGeometry) and with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-RicciTensor.
Examples
Example 1.
First create a 3 dimensional manifold M and define a connection on the tangent space of M.
Calculate the curvature tensor.
Calculate the Ricci tensor. Note that in general the Ricci tensor is not symmetric.
Example 2.
Define a frame on M and use this frame to specify a connection on the tangent space of M.
Calculate the Ricci tensor.
Example 3.
In this example we calculate the Ricci tensor for a metric and note that in this case the Ricci tensor is symmetric.
Calculate the Ricci tensor for the metric directly.
See Also
DifferentialGeometry, Tensor, Christoffel, Physics[Christoffel], CovariantDerivative, Physics[D_], CurvatureTensor, Physics[Riemann], DGinfo, DirectionalCovariantDerivative, SectionalCurvature, RicciScalar, Physics[Ricci]
Download Help Document