Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

symsolve

solve(A, B) where A is symmetric


Description

Solve A X = B for X where A is symmetric

Usage

symsolve(Asym, Bmat)

Arguments

Asym

a symmetric matrix

Bmat

a square matrix of dimensions matching Asym

Value

A square matrix of the same dimenions as Asym and Bmat

See Also

Examples

A <- matrix(c(2,1,1,2), 2)
Ainv <- symsolve(A, diag(2))

fda

Functional Data Analysis

v5.1.9
GPL (>= 2)
Authors
J. O. Ramsay <ramsay@psych.mcgill.ca> [aut,cre], Spencer Graves <spencer.graves@effectivedefense.org> [ctb], Giles Hooker <gjh27@cornell.edu> [ctb]
Initial release
2020-12-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.