Platform
Resources
Pricing
Sign in
Contact us
Jerry Jäppinen
Design, tech, engineering and science. Head of Design and User Research.
Workspace
Fork
Published
Course: Math for Engineers
By
Jerry Jäppinen
Edited
Jan 29, 2022
1 fork
Course: Math for Engineers
1.5.1 Bijective functions
1.6.2 Derivatives
1.6.3 Taylor expansion
2.2.4. Proposition logic
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
f
=
`x^5 + 3x + 5`
Insert cell
wolframSolveExpanded
(
`${
f
} = 0`
,
'x'
)
Insert cell
Insert cell
Df
=
wolfram
(
`derivate ${
f
}`
)
Insert cell
Df2
=
wolfram
(
`derivate ${
Df
}`
)
Insert cell
Df3
=
wolfram
(
`derivate ${
Df2
}`
)
Insert cell
newtonF
=
`(x - (f/g))`
Insert cell
Insert cell
x0
=
-
1.1
Insert cell
x1
=
calculate
(
place
(
newtonF
,
{
x
:
x0
,
f
:
place
(
f
,
{
x
:
x0
}
)
,
g
:
place
(
Df
,
{
x
:
x0
}
)
}
)
,
true
)
Insert cell
x2
=
calculate
(
place
(
newtonF
,
{
x
:
x1
,
f
:
place
(
f
,
{
x
:
x1
}
)
,
g
:
place
(
Df
,
{
x
:
x1
}
)
}
)
,
true
)
Insert cell
x3
=
calculate
(
place
(
newtonF
,
{
x
:
x2
,
f
:
place
(
f
,
{
x
:
x2
}
)
,
g
:
place
(
Df
,
{
x
:
x2
}
)
}
)
,
true
)
Insert cell
x4
=
calculate
(
place
(
newtonF
,
{
x
:
x3
,
f
:
place
(
f
,
{
x
:
x3
}
)
,
g
:
place
(
Df
,
{
x
:
x3
}
)
}
)
,
true
)
Insert cell
x5
=
calculate
(
place
(
newtonF
,
{
x
:
x4
,
f
:
place
(
f
,
{
x
:
x4
}
)
,
g
:
place
(
Df
,
{
x
:
x4
}
)
}
)
,
true
)
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
f
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Df
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Df2
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Df3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
newtonF
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x0
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x1
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x2
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x4
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
x5
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML