This project is related to c programming

Assignment Help Business Management
Reference no: EM131290120

This project is related to C programming. Please read and follow the intruction below. Thanks for helping!!!

A code in C of the Mandelbrot Set

The Mandelbrot set is a set of all complex numbers that satisfy the following condition: for any c in the Madelbrot set, the absolute value of mandelbrot(n) remains bounded when n tends to infinity, where

mandelbrot(n) = mandelbrot(n-1)*mandelbrot(n-1) + c;
mandelbrot (0) = c.

Here the addition and multiplication are complex number addition and multiplication.

If the absolute value of mandelbrot(15), |mandelbrot(15)|, is smaller than 10000 for a given c, then c is in the Mandelbrot set. If we consider a c as a 2D coordinates on a plane, the points in the area from (-2.0, -1.12) to (0.47, 1.12) will contain the Mandelbrot set. Our goal is to calculate an array of points that covers the Mandelbrot set in this area and display it. You may save the area in a file if you want the area to contain many points beyond your display.

Implementation

First, we need to use the complex functions in this project.

Second, include mandelbrot.c, which implement the recursive function mandelbrot(n). In general, you should avoid using global variables, so the recursive function has to carry another input value, c, and mandelbrot(n) checks whether c belongs to the Mandelbrot set. In other words, your function should be mandelbrot(n, c) instead. Optionally, for the purpose of learning, you may define a global variable c in mandelbrot.c, and use "extern" in mandelbrot.h to make it visible in main.c, so you can just use mandelbrot(n).

Also, mandelbrot(n) uses complex number addition and multiplication, so you should include complex.h in mandelbrot.c to allow mandelbrot(n) to access complex functions. In the recursive function, |mandelbrot(n)| can be quite large beyond the computer's representation. Therefore, in the recursion, if |mandelbrot(n-1)| is bigger than 10000, your recursion should consider that it is not bounded, so you return mandelbrot(n) = (10000, 10000) instead of the calculated number to indicate that current c is not in the Mandelbrot set. Also, in the recursion, mandelbrot(n-1) is calculated twice, which is really wasting effort, so you should just calculate once for efficiency.

Third, in order for main.c to see the recursive function and c, you need to include mandelbrot.h. Because you use complex number in main.c, you need to include complex.h as well.

In main.c, for all point c in the area from (-2.0, -1.12) to (0.47, 1.12), we can check the corresponding mandelbrot(15) to see if it is in the Mandelbrot set. If it is in the set, which means |mandelbrot(15)| is smaller than 10000, we print a "#"; otherwise, we print a "-" or an empty space. Therefore, we can actually print an image of the Mandelbrot set. For example, you can check 40*30 points with a double for loop. That is, we start in x direction from -2.0 with step size (0.47-(-2))/40 = 0.06175 to 0.47, and in y direction from -1.12 with step size (1.12-(-1.12))/30 = 0.077 to 1.12. You may notice that this arrangement will be an up-side-down image, but the image is symmetric, so we can ignore this problem.

If you want, which is not required for this project, you may save the image in a two dimensional array of characters first and then print out the image. This way, you can actually flip the image. Better yet, you can save this image in a file, so you can check out a much larger image in the file with many more points.

The final executable is called mandelbrot. Make sure your Makefile will compile and generate the three object files, and link them together with correct dependencies.

Reference no: EM131290120

Questions Cloud

Traits and behaviors should an ethical salesperson possess : What traits and behaviors should an ethical salesperson possess? What role does the sales manager play in ethical selling behavior?
Importance of training and support : Write a 3-page paper that explains the importance of training and support after software is implemented.  Describe the methods whereby training materials can be delivered to the users of the software system.
Transfer pricing-business by adding ice-cream unit : Recently, Lindsey took charge of the family farm—Vande Hey Farms. The farm supplies milk in 15-gallons barrels to local grocery stores and farmers’ cooperatives. At the beginning of last year, she decided to put her own stamp on the business by addin..
Calculate 3m''s total annual cost of resources invested : Has this cost decreased or increased over the years? Since these exercises depend upon real-time data, your answers will change continuously depending upon when you access the Internet to download your data.
This project is related to c programming : This project is related to C programming. Please read and follow the intruction below. Thanks for helping!!!
Whats the maximum error of estimate of the mean : Construct a 95% confidence interval for the mean of the population sampled. What's the maximum error of estimate of the mean - Construct a 97.5% confidence interval for the mean of the population sampled. What's the maximum error of estimate of th..
Think what will make these strategies successful in general : Think what will make these strategies successful in general :Random strategy,Retrenchment strategy,Liquidation Startegy.
Develop special treatments for the dual-diagnosed clients : You have been given the task of writing an ongoing article for the upcoming staff newsletters. You are researching and developing special treatments for the dual-diagnosed clients who you will be treating at your new facility.
Estimate generated by the project team : Why is the cost estimate generated by the project team likely to be different from the cost estimate created by senior management?

Reviews

Write a Review

Business Management Questions & Answers

  Questionjanet levitt as well as mark levitt filed a lawsuit

questionjanet levitt as well as mark levitt filed a lawsuit against gilligan village llc lauren bivins milton burnside

  Motivation break down

Please describe best practices in motivation and performance systems on motivation and performance of employees.

  Firm weighted average cost of capital

Explain the role of a firm's weighted average cost of capital (WACC) when determining a specific project's cost of capital.

  Express the money supply m as a function

a) Express the money supply M as a function of high- powered money H. b) Would an increase in the reserve ratio or lower the money supply? c) How would an increase in the cash-deposit ratio c affect the money supply?

  Accompanying consolidated balance sheets

Rowe Price Group, IncWe have audited the accompanying consolidated balance sheets of T. Rowe Price Group, Inc and subsidiaries (the Company) as of December 31, 2010 and 2009, and the related consolidated statements of income, stockholders' equity,..

  Critically evaluate information from core business functions

Critically evaluate information from core business functions and the value chain to enhance organizational knowledge of strategic position and direction.

  Question related to principles of macroeconomics

Describe why economists focus on REAL GDP as opposed to NOMINAL GDP in tracking the business cycle?

  Supporting information on starbucks coffee companyresearch

supporting information on starbucks coffee companyresearch the starbucks coffee organization and analyze its marketing

  How does starbucks manage diversity

How does starbucks manage diversity? What is Starbucks doing to manage diversity in each of the 4 areas: customers, supplies, partners, and communities.

  Organizational behavior sample questiondiscuss leadership

organizational behavior sample questiondiscuss leadership using the subtitles listed below-your expectations of

  Find a journal article online about absorption

Find a journal article online about absorption and or variable costing. In the subject line of your post, comprise the title of the article and provide a summary

  What reasons did the judge provide for ruling

What reasons did the judge provide for ruling in favor of the defendant?- What aspects of the court's reasoning were particularly strong or weak?

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