Skip to content
Back to formatted view

Raw Message

Message-ID: <CAE9stmefqCPosy1Jik5=JRgY1M2dhHKucG93x7VgBc5oXSk14g@mail.gmail.com>
Date: 2017-09-19T08:09:20Z
From: AbouEl-Makarim Aboueissa
Subject: Graph f(x) = 1/x

Dear All: good morning

I am trying to graph the function y=f(x)=1/x over the interval (-5,5). But
I am getting an error message. Please see below.

I am getting the error message: *Error in xy.coords(x, y, xlabel, ylabel,
log) : *
*  'x' and 'y' lengths differ*


x

x <- seq(-5, 5, 0.01)
y < 1/x

plot(x,y, type='l', xlim=c(-5, 5), ylim=c(-5, 5), xlab = "x", ylab = "f(x)
= 1/x", lwd = 2, col ="red")

abline(h=0, lty=2, col = "blue")
abline(v=0, lty=2, col = "blue")
axis(1)
axis(2)
title(main="The Graph of f(x) = 1/x")


any help will be highly appreciated.


with thanks
abou
______________________
AbouEl-Makarim Aboueissa, PhD
Professor of Statistics
Department of Mathematics and Statistics
University of Southern Maine

	[[alternative HTML version deleted]]