Skip to content

Commit

Permalink
Update inverse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Jan 3, 2024
1 parent d7a51bc commit 82cf6eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/api/functions/inverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@ grand_parent: API Reference

## Inverse

Inverse of a positive definite rank 2 Tensor (Determinant > 0). Optional Argument: Determinant
Inverse of a positive definite rank 2 Tensor (Determinant > 0).

Optional Argument
- Determinant

| Property | Value |
| --- | --- |
| Result | Tensor-valued function |
| Data Types | `Tensor2`, `Tensor2s` |

$$
\begin{equation}
\boldsymbol{C} \boldsymbol{C}^{-1} = \boldsymbol{1}
\end{equation}
$$

### Example

```fortran
Expand Down

0 comments on commit 82cf6eb

Please sign in to comment.