Generate polynomial of specified degree
- To: mathgroup at smc.vnet.net
- Subject: [mg60618] Generate polynomial of specified degree
- From: Renan <renan.birck at gmail.com>
- Date: Thu, 22 Sep 2005 02:08:12 -0400 (EDT)
- Reply-to: Renan <renan.birck at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Hello, Sorry if this may seem a silly question, but I readed the Mathematica help and found no references. Is there any function that can generate a polynomial of a given degree? e.g. For degree 1, f[x] would return a x + b For degree 2, f[x] would return a x^2 + b x + c (quadratic equation) For degree 3, f[x] would return a x^3 + b x^2 + c x + d (quadratic equation) Thanks, Renan - Canoas, RS, Brazil
- Follow-Ups:
- Re: Generate polynomial of specified degree
- From: János <janos.lobb@yale.edu>
- Re: Generate polynomial of specified degree
- From: Chris Chiasson <chris.chiasson@gmail.com>
- Re: Generate polynomial of specified degree