Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.soft-sys.math.maple > #1287
| From | Juergen Barsuhn <jw.barsuhn@t-online.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: Plotting polynomials to hard for Maple? |
| Date | 2017-11-01 16:12 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <otco9o$b6h$1@dont-email.me> (permalink) |
| References | <134b615a-0b23-4770-96bb-498f1be994d6@googlegroups.com> |
Am 23.10.2017 um 23:36 schrieb Peter Luschny: > plot(5*x^4-20*x^3+30*x^2-20*x+5, x=0..1); > > https://imgur.com/a/UMVI2 > I would expect, that the range of ordinates is automatically adjusted to the actual range of values of the functional term. Maybe you have fixed the y-range by a preseding command. Nevertheless, you can enforce an adequte range by plot(5*x^4-20*x^3+30*x^2-20*x+5, x=0..1,0..5); Your term is just 5*(x-1)^4, thus a look on a larger portion of the 4th order parabola might be of interest: plot(5*x^4-20*x^3+30*x^2-20*x+5, x=0..2,-1..6); Regards, Jurgen
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar
Plotting polynomials to hard for Maple? Peter Luschny <peter.luschny@gmail.com> - 2017-10-23 14:36 -0700
Re: Plotting polynomials to hard for Maple? William Unruh <unruh@invalid.ca> - 2017-10-24 03:59 +0000
Re: Plotting polynomials to hard for Maple? Peter Luschny <peter.luschny@gmail.com> - 2017-10-26 02:39 -0700
Re: Plotting polynomials to hard for Maple? acer <maple@rogers.com> - 2017-10-24 00:07 -0700
Re: Plotting polynomials to hard for Maple? Peter Luschny <peter.luschny@gmail.com> - 2017-10-26 02:50 -0700
Re: Plotting polynomials to hard for Maple? William Unruh <unruh@invalid.ca> - 2017-10-26 16:12 +0000
Re: Plotting polynomials to hard for Maple? Juergen Barsuhn <jw.barsuhn@t-online.de> - 2017-11-01 16:12 +0100
csiph-web