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

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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