testBlock | R Documentation |
Test une valeur si il existe dans un block
testBlock(A, i, j, n)
A |
: une matrice |
i |
: l'indice du ligne |
j |
: l'indice du colonne |
n |
; valeur rechercher |
: True si n existe deja dans le bock, Sinon False
AIT MOULAY ABDERRAHIM
A = matrix(1,9,9) testBlock (A , 2 , 5 , 3 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.