silico.biotoul.fr
 

M1 MABS BBS Math TD Calcul Matriciel

From silico.biotoul.fr

(Difference between revisions)
Jump to: navigation, search
Barriot (Talk | contribs)
(Created page with '= Création d'une matrice == <code lang="shell"> A = matrix( c(11, 12, 21, 22), ncol=2, byrow=TRUE ) </code> Cas particulier : matrice unité d'ordre n <math>I_n</math> <code l…')
Newer edit →

Revision as of 17:20, 26 September 2011

Création d'une matrice =

A = matrix( c(11, 12, 21, 22), ncol=2, byrow=TRUE )

Cas particulier : matrice unité d'ordre n In diag(5)