# Define the function
f <- function(x) {x^4 - 20*x^2 + 2}
x <- seq(-5, 22, by = 0.1)
y <- f(x)
# Plot the function
plot(x, y, type = "l", col = "green", lwd = 3,
xlab = "x", ylab = "f(x)", main = "Graph Practice")
grid()Zotero Reference Document
Zotero Reference Document
While perusing through Google Scholar, I came across some fun and interesting articles.
One of the articles was about black holes and their thermodynamics. I don’t even fully understand thermodynamics let alone black holes!(Broucke 1979; Davies 1978)
While pondering space related topics, I cam across an article talking about Lagrange points. I wonder if black holes have Lagrange points. If they do I bet they are massive!(Broucke 1979)
They say that sound can’t travel in a vacuum. However space is not a perfect vacuum. Is it possible that sound can exist in space?I found an article discussing how space and sounds interact, but it was way to dense for me to understand.(Harrison 1998)
While on the topic of things I do not understand, I decided to look up an article about fluid dynamics and something about Lamar friction. As I predicted, i also did not understand much in this article either.(Lighthill 1997)
This article is about Brownian motion, interesting stuff!(Maret and Wolf 1987)
Math equation practice
\[ x^n+y^n=z^n \tag{1}\]