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
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
function
phi
(
x
,
y
,
z
)
{
const
x1
=
!
!
x
const
x2
=
!
!
y
const
x3
=
!
!
z
return
(
(
x1
&&
x3
)
||
(
!
x1
&&
!
x3
)
)
&&
(
!
x1
&&
x2
)
?
1
:
0
}
Insert cell
Insert cell
Inputs
.
table
(
[
[
'x1'
,
'x2'
,
'x4'
,
'ɸ'
]
]
.
concat
(
inputs
.
map
(
(
params
)
=>
{
return
[
...
params
,
phi
(
...
params
)
]
}
)
)
)
Insert cell
Insert cell
Insert cell
function
arr
(
x
,
y
)
{
return
!
(
x
||
y
)
?
1
:
0
}
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
phi
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
inputs
Edit
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
arr
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML