473,406 Members | 2,843 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

c++ adding 2 polynomials

2
hello i am angela and i would like if its kind of anyone to help me by writing me the code of adding 2 oplynomials?

polynomials should be entered as [3x4+5x3+X] where 3,5 and 1 are coefficients of X to the power 4,X to the power 3 and X to the power of one.

mostly appreciated
Jan 8 '07 #1
1 3511
Hello,
Following is the psuedo-code:

int coef1[10];
int coef2[10];

The index denotes coefficient of power n. e.g.3x2+2x1+1 will stored in array as:
coef1[2]=3;coef1[1]=2;coef1[0]=1;
Similarly for second polynomial.
Then, corresponding element in each array is added to get the addition of two polynomials.



Regards,
Jan 8 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Chris | last post by:
Does anyone know of a good standalone implementation of multivariable polynomials in python? Thanks, Chris
9
by: Ross Olney | last post by:
Im starting a program that is supposed to take in polynomials from the user. From there they can add them, subract, multiply, or divide them. My question is more of the design. What would be a...
7
by: adrin | last post by:
hi, anyone knows how does an algorithm for calculating GCD of two polynomials look like ? please help me if you can, or give some relevant links :)
2
by: dicapryl | last post by:
Hi all! I'm new to here .. so please excuse me if my questions are unclear etc :) I am trying to store polynomials in C++ using linked lists. My class is called Polynomial and i've created a...
0
by: galathaea | last post by:
you will fall in love !! these are the cutest critters !! 3-ary polynomial: http://i10.tinypic.com/2hwlir6.png 4-ary polynomial: full http://i13.tinypic.com/47u0yfm.png
4
by: Matthias | last post by:
how do i make a program that gets numbers from a user. and then stores it into an array. using polynomials if the user entered 7 5 4 3 2 the polynomial would be 7x^4+5x^3+4x^2+3x+2 the program...
7
by: yodadbl07 | last post by:
hey im trying to write a class of polynomials using a linked list. But I am getting an error at run time with my Polynomial* getNext() function. The error says access violation reading location. Im...
2
by: manohara | last post by:
WAP a program to add 2 polynomials using a DLL
1
by: Motanyane Tlotliso | last post by:
I wish someone to help me in creating a programm in C++ that can be able to sum two polynomials, subtract one from the other and multiply both polynomials together using a ADT's(struct term). I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.