Represent and work with polynomials

Assignment Help Computer Engineering
Reference no: EM133703226

Question: For this project you will write C code to represent and work with polynomials. The specific implementation details are up to you, but you must use the names and method signatures given in the requirements and you should make efficient use of memory. Your code should build with the --std=c11 -pedantic -Wall flags with gcc with no warnings.

Make aheader file called term.h which defines the following:
A user defined type that represents a term in a polynomial called term_t that contains the following fields:
coefficient: An integer field for the coefficient
var: A character field for the variable (assume the variable is a single character)
exponent: An integer for the exponent
For example: {3, 'x', 2} would represent the term 3x2.

Any forward declarations required for your functions.
make a C file called term.c that defines the following function:
char * term_to_string(const term_t * term) returns a string representation of a term.
Make a header file called polynomial.h which defines the following:
A user defined type that represents a polynomial called poly_t. The polynomial should contain (at a minimum) a pointer to a list of terms and the degree(highest exponent) of the polynomial.
You should make use of the basiclist from class - your struct needs to have a node_t pointer. This will save you a lot of time as well.

Any forward declarations required for your functions.
Make a C file called polynomial.c that defines the following functions:
poly_t * new_polynomial() that allocates memory for a new polynomial.
void print_polynomial(const poly_t * poly) prints a polynomial. You do not need to print the terms in any specific order.
void add_to_polynomial(poly_t * poly, const term_t * term) adds a term to the polynomial.
poly_t * combine_like_terms(const poly_t * poly) returns a new polynomial that is the result of combining the like terms in the parameter polynomial poly.
void delete_polynomial(poly_t ** poly) that frees memory allocated for a polynomial
Complete the provided C program called project.c which reads a set of terms from terms.txt & stores the objects in a basiclist. You should add the items from the basiclist into a polynomial then print it. Then, print the result of combining like terms in the polynomial. Also, print your name at the start & end of your program's output. You can assume that all terms in the polynomial are like terms.

Reference no: EM133703226

Questions Cloud

Calculate the value of a bank account : Java program named InterestCalculator.java that calculates the value of a bank account based on starting principle, interest rate and time
What is the second step of the disassembly procedure : What is the second step of the disassembly procedure of a starter?
Calculate the correlation coefficient between age and body : Calculate the correlation coefficient between age and body fat percentage (showing all intermediate computations). Are these two attributes positively
What is main issue in brown v board of education of topeka : What is the main issue in Brown v Board of Education of Topeka?
Represent and work with polynomials : Represent and work with polynomials. The specific implementation details are up to you, but you must use the names and method signatures
How does the digital divide impact online activism : How does the digital divide impact online activism, further effecting political participation?
Why are data frames better at storing non-homogenous : Why are data frames better at storing non-homogenous (i.e., not all of the same type) data than matrices in R?
Reactivate automatic waypoint sequencing : if you need to go missed you must press either the "GA" button or "SUSP" button to reactivate automatic waypoint sequencing
Which statement should the analyst use to convince them : currently experiencing a worm issue, not a virus. Which statement should the analyst use to convince them

Reviews

Write a Review

Computer Engineering Questions & Answers

  Discuss possible ec2 designs that can be used for company

Discuss possible EC2 designs that can be used for the company. Discuss your rationale for your EC2 recommendations and remember to keep cost

  Provide an initial tread which compares and contrasts

ITEC 4341 Middle Georgia State University provide an initial tread which compares and contrasts the NIST and SANS approach to establishing a Cybersecurity

  How does an operating system keep track of secondary memory

How can an operating system make use of the file types that it recognizes? How does an operating system keep track of secondary memory?

  Develop entity relationship diagram of information system

Develop an entity-relationship diagram of the Information System that supports the purchasing process of Proware Company described below. Include the cardinality constraints.

  How business intelligence course has connected

Demonstrate how BUSINESS INTELLIGENCE course has connected and put into practice within the career as software developer (UI Developer).

  What role should platform providers play in social discourse

Do these technology companies have an obligation to understand the impacts they are having on society? Do they have a responsibility to participate?

  Write a prolog rule for the core-family parent

Write a prolog rule for the core-family parent, children, sibling i.e. core-family(X, Y) if X is Y's parent, child, or sibling h-mother-in-law husband's mother.

  Explain the significance of alert response procedures

Explain the significance of alert response procedures to traffic anomalies identified through monitoring network traffic and examining logs.

  Java program to declare an integer array and initializing it

Write down a complete Java program that declares an integer array, intArray, and initialize it to {1, 2, 3, 4, 5, 6, and 7}. The program must have the following methods:1) void displayOddPositions (). This method displays array elements in the odd..

  Which algorithm makes the most efficient use of memory

Given memory partitions of 100 kb, 500 kb, 200 kb, 300 kb, and 600 kb (in order), how will each of the first-fit, best-fit, and worst-fit algorithms place processes of 212 kb, 417 kb, 112 kb, and 426 kb (in order)?Which algorithm makes the most ef..

  Write function build-tree for case when supply is a queue

Write function build_tree for the case when supply is a queue. Write function build_tree for the case when the input structure is a binary search tree.

  Migrating to a standardized erp system in a cloud computing

migrating to a standardized erp system in a cloud computing environment at abc corporationtopicthis proposal discusses

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd