Question: Raising and Lowering indices in Differential Geometry Package.

I have been using the RaiseLowerIndices to go from covectors to contravariant vectors.

RaiseLowerIndices(Contravariant_form_of _metric, One_Form, [1])

The above gives me the right answer.
But the following also gives me an answer which is different. I just dont know what it is calculating.

RaiseLowerIndices(Contravariant_form_of _metric, One_Form, [1,1]).

Could someone tell me what it is calculating?

Please Wait...