Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #987
| X-Received | by 10.66.183.80 with SMTP id ek16mr6686473pac.7.1413567564179; Fri, 17 Oct 2014 10:39:24 -0700 (PDT) |
|---|---|
| X-Received | by 10.182.234.68 with SMTP id uc4mr54625obc.18.1413567564054; Fri, 17 Oct 2014 10:39:24 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!h18no7001871igc.0!news-out.google.com!bc9ni31795igb.0!nntp.google.com!h18no7001864igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.soft-sys.math.maple |
| Date | Fri, 17 Oct 2014 10:39:23 -0700 (PDT) |
| In-Reply-To | <m1q9nj$j22$1@dont-email.me> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=199.71.183.2; posting-account=fuODWQoAAACwKFkiR1AZOPqJMnEnSkk2 |
| NNTP-Posting-Host | 199.71.183.2 |
| References | <fc590dca-6f8f-435e-8f9e-b47741417775@googlegroups.com> <ab7ef8a3-5143-4369-a0f1-8e2435b2e5c8@googlegroups.com> <m1ooin$3jd$1@dont-email.me> <254ca473-4f4f-4814-a2a9-4ef0f62efac9@googlegroups.com> <51d3a1d2-0ce4-439a-884c-c14e329eef72@googlegroups.com> <m1q9nj$j22$1@dont-email.me> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <84d9ebe7-35d3-40fc-aff2-dab6df718a0f@googlegroups.com> (permalink) |
| Subject | Re: factor |
| From | acer <maple@rogers.com> |
| Injection-Date | Fri, 17 Oct 2014 17:39:24 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Received-Bytes | 4501 |
| X-Received-Body-CRC | 3060733188 |
| Xref | csiph.com comp.soft-sys.math.maple:987 |
Show key headers only | View raw
On Friday, October 17, 2014 1:33:39 AM UTC-4, William Unruh wrote: > Please stop using googlegroups to post. It inserts a blank line between > > every line of quoted text, which causes and exponential runaway. > > > > On 2014-10-17, acer <m...@rogers.com> wrote: > > > Le jeudi 16 octobre 2014 16:36:46 UTC-4, acer a ?crit?: > > >> On Thursday, October 16, 2014 11:34:48 AM UTC-4, William Unruh wrote: > > >> > > >> > On 2014-10-16, maw...@gmail.com wrote: > > >> > > >> > > > >> > > >> > > On Tuesday, October 14, 2014 9:15:35 PM UTC-4, maw...@gmail.com wrote: > > >> > > >> > > > >> > > >> > >> Let p=3*x^3+25*x^2-10. How to compute a second-degree polynomial factor of this polynomial p in Maple? > > >> > > >> > > > >> > > >> > > > > >> > > >> > > > >> > > >> > > Still not worked out, the factor should be a polynomial of degree 2 with real coefficients. > > >> > > >> > > > >> > > >> > > > >> > > >> > > > >> > > >> > Since it must also have a first-degree polynomial factor , that would probably > > >> > > >> > > > >> > > >> > be easier to find. which is x-.6105 approximately (done with maple but > > >> > > >> > > > >> > > >> > probably not in a way you would want-- plotting it).Actually it has 3 > > >> > > >> > > > >> > > >> > real roots so there would be three second degree factors. > > >> > > >> > > > >> > > >> > Since this is a cubic you could also find the factors exactly (in terms > > >> > > >> > > > >> > > >> > of cube roots). > > >> > > >> > > >> > > >> He stated that he doesn't want I=sqrt(-1) to appear, and they may in the roots expressed in terms of radicals. > > > > In this case all roots are real. Plot it and see. We were all aware of this already, I'm sure. I certainly was. > >> However, the roots for this example can be expressed in a mix or trig and arctrig without I appearing. > > >> > > >> > > >> > > >> restart: > > >> > > >> p := 3*x^3+25*x^2-10: > > >> > > >> R := map(simplify@evalc, [solve(p)]): > > >> > > >> map(lprint, R): > > >> > > >> > > >> > > >> -25/9+50/9*sin(1/3*arctan(9/2882*18021^(1/2))+1/6*Pi) > > >> > > >> > > >> > > >> -25/9-25/9*3^(1/2)*sin(-1/3*arctan(9/2882*3^(1/2)*6007^(1/2))+1/3*Pi)-25/9*sin > > >> > > >> (1/3*arctan(9/2882*3^(1/2)*6007^(1/2))+1/6*Pi) > > >> > > >> > > >> > > >> -25/9+25/9*3^(1/2)*sin(-1/3*arctan(9/2882*3^(1/2)*6007^(1/2))+1/3*Pi)-25/9*sin > > >> > > >> (1/3*arctan(9/2882*3^(1/2)*6007^(1/2))+1/6*Pi) > > >> > > >> > > >> > > >> So, as you suggest, any of the 6 possible degree 2 factors can be had just by using any pair of the three roots. In my earlier answer I did just that, and chose the 2nd and 3rd roots returned by the `solve` command. > > > > > > > So did I in my numerical solution to the problem. > > > > > > > > I meant any of the 3 possible degree 2 factors, not 6, sorry. Long day.
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Next in thread | Find similar
factor mawxfl@gmail.com - 2014-10-14 18:15 -0700
Re: factor "Nasser M. Abbasi" <nma@12000.org> - 2014-10-14 21:42 -0500
Re: factor acer <maple@rogers.com> - 2014-10-14 21:13 -0700
Re: factor mawxfl@gmail.com - 2014-10-15 21:09 -0700
Re: factor acer <maple@rogers.com> - 2014-10-15 22:17 -0700
Re: factor William Unruh <unruh@invalid.ca> - 2014-10-16 15:34 +0000
Re: factor acer <maple@rogers.com> - 2014-10-16 13:36 -0700
Re: factor acer <maple@rogers.com> - 2014-10-16 17:55 -0700
Re: factor William Unruh <unruh@invalid.ca> - 2014-10-17 05:33 +0000
Re: factor acer <maple@rogers.com> - 2014-10-17 10:39 -0700
Re: factor mawxfl@gmail.com - 2014-10-16 19:45 -0700
Re: factor William Unruh <unruh@invalid.ca> - 2014-10-17 05:35 +0000
Re: factor mawxfl@gmail.com - 2014-10-17 14:33 -0700
Re: factor "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2014-10-19 06:42 -0600
Re: factor Mario Lemelin <mario.lemelin@cgocable.ca> - 2014-10-20 09:08 -0700
csiph-web