Solved CPE-2600 Systems Programming Assignment 3

$35.00

Original Work ?

Download Details:

  • Name: pa3-zb9giw.zip
  • Type: zip
  • Size: 18.72 KB

Category: Tags: , , You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

Description

The purpose of this assignment is to design, code, and test a C program performs
operations with complex numbers.

Requirements

The following are the requirements of the program:
• The program shall add two complex numbers.
• The program shall subtract two complex numbers
• The program shall find the magnitude and phase of a complex number given in
rectangular form, a + j b.

• The program shall find the rectangular form given magnitude and phase of a
complex number.
• The program shall find the multiplication of two complex numbers.
• The program shall find the division of two complex numbers.

• Given two impedances the program shall calculate the impedance of the parallel
combination.

Assignment Submission Requirements
The following are the submission requirements for the assignment:
• The files will be submitted to Canvas
• The flowchart or pseudo code
• The C code with compile instructions in the banner
• The test code with compile instructions in the banner
• A screen shot of a few test cases demonstrating the working solution.