Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Courses
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
Courses
Commits
bbe97760
Commit
bbe97760
authored
Sep 27, 2022
by
Claude Meny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
1815e247
Pipeline
#13529
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
cheatsheet.fr.md
...70.combinaisons-of-operators/20.overview/cheatsheet.fr.md
+65
-0
No files found.
12.temporary_ins/08.grad-div-rot/70.combinaisons-of-operators/20.overview/cheatsheet.fr.md
0 → 100644
View file @
bbe97760
---
title
:
"
Combinaisons
d'opérateurs"
published
:
true
routable
:
true
visible
:
false
---
### Combinaisons d'opérateurs
Le Laplacien vectoriel s'écrit, en fonction des opérateurs $
`\overrightarrow{grad}`
$, $
`div`
$ et opérateurs $
`\overrightarrow{rot}`
$ :
$
`\large{mathbf{\Delta\;\overrightarrow{E}=\;\overrightarrow{grad}\big(div\;\overrightarrow{E}\big)
-\ overrightarrow{rot}\big(-\ overrightarrow{rot}\,\overrightarrow{E}}}`
$
---ok
Vérifions sont expression en coordonnées cartésiennes :
$
`\color{blue}{\overrightarrow{rot}\,\overrightarrow{E}=
\begin{array}{l}\left(
\dfrac{\partial E_z}{\partial y}-\dfrac{\partial E_y}{\partial z}\\
\dfrac{\partial E_x}{\partial z}-\dfrac{\partial E_z}{\partial x}\\
\dfrac{\partial E_y}{\partial x}-\dfrac{\partial E_x}{\partial y}
\right)\end{array}}`
$
$
`\overrightarrow{rot}\big(-\ overrightarrow{rot}\,\overrightarrow{E}=
\begin{array}{l}\left[
dfrac{\partial}{\partial y}\left(
\color{blue}{\dfrac{\partial E_y}{\partial x}-\dfrac{\partial E_x}{\partial y}}
\right)
-\dfrac{\partial}{\partial z}\left(
\color{blue}{\dfrac{\partial E_x}{\partial z}-\dfrac{\partial E_z}{\partial x}}
\right)\\
\dfrac{\partial}{\partial z}\left(
\color{blue}{\dfrac{\partial E_z}{\partial y}-\dfrac{\partial E_y}{\partial z}}
\right)
-\dfrac{\partial}{\partial x}\left(
\color{blue}{\dfrac{\partial E_y}{\partial x}-\dfrac{\partial E_x}{\partial y}}
\right)\\
\dfrac{\partial}{\partial x}\left(
\color{blue}{\dfrac{\partial E_x}{\partial z}-\dfrac{\partial E_z}{\partial x}}
\right)
-\dfrac{\partial}{\partial y}\left(
\color{blue}{\dfrac{\partial E_z}{\partial y}-\dfrac{\partial E_y}{\partial z}}
\right)
\end{array}\right]`
$
---ok
$
`\color{blue}{\overrightarrow{rot}\,\overrightarrow{E}=
\begin{array}{l}\left(
\dfrac{\partial^2 E_y}{\partial y\,\partial x}
-\dfrac{\partial^2 E_x}{\partial y^2}
-\dfrac{\partial^2 E_x}{\partial z^2}
+\dfrac{\partial^2 E_z}{\partial z\,\partial x} \\
\dfrac{\partial^2 E_z}{\partial z\,\partial y}
-\dfrac{\partial^2 E_y}{\partial z^2}
-\dfrac{\partial^2 E_y}{\partial x^2}
+\dfrac{\partial^2 E_x}{\partial x\,\partial y} \\
\dfrac{\partial^2 E_y}{\partial x\,\partial z}
-\dfrac{\partial^2 E_x}{\partial x^2}
-\dfrac{\partial^2 E_z}{\partial y^2}
+\dfrac{\partial^2 E_z}{\partial y\,\partial z} \\
\right)\end{array}}`
$
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment