Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
tensor[Ricciscalar] - compute the Ricci scalar
Calling Sequence
Ricciscalar(ginv, Ricci)
Parameters
ginv
-
rank two tensor_type of character [-1,-1] representing the contravariant metric tensor; specifically,
Ricci
rank two tensor_type of character [-1,-1] representing the COVARIANT Ricci tensor; specifically, Ricci[compts][i,j] := R_{ij}
Description
The result of this routine is the Ricci scalar (note it is represented by a rank zero tensor_type).
Both ginv and Ricci should use the Maple symmetric indexing function for their components.
Simplification: This routine uses the `tensor/Ricciscalar/simp` routine for simplification purposes. The simplification routine is applied to each component of result after it is computed. By default, `tensor/Ricciscalar/simp` is initialized to the `tensor/simp` routine. It is recommended that the `tensor/Ricciscalar/simp` routine be customized to suit the needs of the particular problem.
This function is part of the tensor package, and so can be used in the form Ricciscalar(..) only after performing the command with(tensor) or with(tensor, Ricciscalar). The function can always be accessed in the long form tensor[Ricciscalar](..).
Examples
Define the coordinate variables and the covariant components of the Schwarzchild metric.
Compute the Ricci scalar.
You can also view the result using the tensor package function displayGR.
See Also
Physics[Christoffel], Physics[D_], Physics[d_], Physics[Einstein], Physics[g_], Physics[LeviCivita], Physics[Ricci], Physics[Riemann], Physics[Weyl], tensor, tensor[displayGR], tensor[invert], tensor[Ricci], tensor[simp], tensor[tensorsGR]
Download Help Document