Help plotting 2 functions on Maple 13

Click For Summary

Homework Help Overview

The discussion revolves around plotting two functions using Maple software, specifically addressing issues encountered with function syntax and graphing commands. The functions in question are related to limits: one involving a polynomial and a square root, and the other involving tangent functions.

Discussion Character

  • Exploratory, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the syntax used in Maple for plotting functions, questioning the use of square brackets versus round parentheses. There is also mention of the version differences between Maple 11 and Maple 13, and how these might affect functionality.

Discussion Status

Some participants have provided guidance on correcting the syntax for plotting in Maple, noting that using round parentheses resolved the original poster's issue. There is an acknowledgment of the potential for different experiences across software versions, but no consensus on the best approach beyond the syntax correction.

Contextual Notes

The original poster's attempts to plot functions were hindered by syntax errors, and there is a suggestion that alternative tools like Wolfram Alpha could be used if Maple is not a requirement for homework.

sp09ta
Messages
9
Reaction score
0
1. I have 2 problems in which I'm asked to plot a function using maple(sorry i don't know latex yet):

a. f(x)=[x^3-1]/[sqrt(x)-1] - find the lim x->1
Here i receive an empty graph for some reason... :(

b. f(x)=[tan(3x)]/[tan(5x)] - find the lim x->0
When i attempt to plot this graph, i receive the message: "Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct" no matter how much i tweak the domain of the plot.

Why can't I plot these functions??





2. Maple commands used (f=function, a=lowest x value, b=highest x value)

plot(f,x=a..b);




3.

a. I've used a table of values to estimate that lim x->1 is equal to 6


b. I've used a table of values to estimate that lim x->0 is equal to 3/5
 
Physics news on Phys.org
For (a) I entered the command:

plot((x^3-1)/(sqrt(x)-1), x = 0 .. 10)

into Maple (version 11) and it plotted okay. Are you inputting "f" or the actual function? Did you define f with "f:="? When I entered either function into Maple with the square brackets it didn't work. It did work fine without them though. By a brief look at the help files, "plot" with square brackets is for parametric equations, so probably not what you're looking for.
 
Oh. Maybe it's because I was using Maple v.13. I'll retry on v.11.
 
sp09ta said:
Oh. Maybe it's because I was using Maple v.13. I'll retry on v.11.

I haven't used Maple 13, but it seems very unlikely to me that it can't plot. So you should be able to plot a graph in it, even if the language isn't the same as in v11. Did you try it in v13 with round brackets () instead of square []?
 
K its working perfectly now that I used the round parenthesis instead of square! Thx mathie, won't make that mistake again!
 
Great! Good luck with the rest of your work.
 
If you don't have to use Maple (like for homework or something), then I would suggest using Wolfram Alpha. For example, your first function's graph would be inputted something like http://www.wolframalpha.com/input/?i=plot+(x^3-1)/(sqrt(x)-1)+from+0+to+3". Being online, it's always available and can interrupt what you type, so you don't have to be as strict with syntax.
 
Last edited by a moderator:

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
5K