Lab 1

Author

Jesus Cruz

This is my lab 1

This is my first chunk

1+1
[1] 2
2-2
[1] 0
2*2
[1] 4
4/2
[1] 2
log(5)
[1] 1.609438
2^2
[1] 4

This is my second chunk.

[1] 2
[1] 0
[1] 4
[1] 2
[1] 1.609438
[1] 4

This is my third chunk.

1+1
2-2
2*2
4/2
log(5)
2^2