-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimon.tex
42 lines (29 loc) · 931 Bytes
/
simon.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\graphicspath{{Images/}}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{wrapfig}
\newtheorem{definition}{Definition}[section]
\newtheorem{remark}{Remarque}[section]
\newtheorem{theorem}{Théorème}
\title{Physique : Mécanique}
\author{Laura Paraboschi / Simon Lefort}
\date{BA1-IN}
\begin{document}
\maketitle
\section{Résumé}
\begin{definition} Cross Product entre deux vecteurs $ \textbf{a} \wedge \textbf{b} $
\begin{itemize}
\item norme : $ |\textbf{a}| \cdot |\textbf{b}| \cdot sin(\theta) $
\item sens : règle de la main droite
\item direction : parallèle au plan formé par \textbf{a} et \textbf{b}
\end{itemize}
En composantes :\\
$ \textbf{a} \wedge \textbf{b} $
Calculer le déterminant d'une matrice :
\end{definition}
\end{document}