How it works
Logo@2xLogo mindzip color
Login

Lucas Brd

ft
01Follow
FollowingFollowers

Quotes
13

Container / image An image is like a class, a container is like an instance or object of this class.
2
Docker
Docker Client : runs on Mac or Windows (for development purpose) Docker Engine : runs on linux (mostly) for production use
1
Docker
Base commands : - docker run xxx (launch image xxx into a new container - dl it from docker hub if not found locally) - docker image ls (list available images on host) - docker container ls -a (list all containers even not active ones)
1
Docker
Docker Machine ? Deploys et manages VM on different platforms via its "drivers" : your Mac, Digital Ocean, AWS, a physical server VM are created and deployed with Docker Engine installed, thus you can connect to it with your Docker Client.
1
Docker
test 2
1
Docker
TEst 3
1
Docker
Matrices - propriétés Propriétés - Dimension, taille, ordre : n x p - Coefficient, valeur, terme - on parle toujours ligne puis colonne - matrice carrée, diagonale de haut gauche vers bas droite
18
Maths - Algèbre linéaire
Matrice remarquables - Matrice carrée, d'ordre n (n = p) - Matrice nulle : n x p, tous coeff = 0 - Matrice diagonale : matrice carrée, tous coeff en dehors diagonale = 0 - Matrice carrée unité, identitaire : diagonale à 1, reste à 0
13
Maths - Algèbre linéaire
Matrices - addition - Commutative - Même dimension uniquement - Idem différence - multiplication par un nombre réel : commutatif, distributif
8
Maths - Algèbre linéaire
Matrices multiplication - simple - Matrice ligne par matrice colonne : nombre réel - Pour multiplier on doit avoir na = on
7
Maths - Algèbre linéaire
Matrice multiplication - propriétés - A x B = C - pa = nb - nc = na, pc = pb Exemple : A -> 2 x 4, B -> 4 x 6 C -> 2 x 6
5
Maths - Algèbre linéaire
Cropped1991465
Matrices multiplication - process cij = ai1 x b1j + ai2 x b2j + ... + ain x bpj
4
Maths - Algèbre linéaire
Matrices multiplication - propriétés - distributivité : À x (B + C) = A x B + A x C - non commutativité : A x B != B x A - puissance : A^n = A x A x A ... (n fois) - A^0 = I (ni = na) - inversibilite (m carrée) : A x A' = A' x A = I (matrice unité) (méthode à voir plus tard)
5
Maths - Algèbre linéaire

We use cookies to understand our websites traffic and offer our website visitors personalized experience. To find out more, click ‘More Information’. In addition, please, read our Privacy policy.