Question

In: Computer Science

Write a case study of array used in scientific calculations and perform any one of the...

Write a case study of array used in scientific calculations and perform any one of the scientific calculation using array.

write it for me please.
i need the answer

Solutions

Expert Solution

Array, a most used data structure, when similar data items are needs to be handled in a program.In case of scientific calculation, using array gives edge to solve the problem quickly and in a easy way. For example, matrix and its manipulation uses array to store data and these data using scientific calculator such as transposing matrix or adding new matrix or performing any operation over these data can be easily implied with iterating the elements of array. Arrays are essential for implementing many data sets operation to calculate trignometric functions or to calculate the power and storing to keep track of it.

Below is the calculation to change array of integer to change them to farenheit and storing these results generated in another array for further use -(celsius is the array which cotains integers, and operation is performed to convert each value to equivalent farenheit and store the generated data.)

celsius = [20.1, 20.8, 21.8, 21.2, 20.9, 20.1, 22.7, 22.3]
x=[]
i=0
for i in range(0,8):
    x.append(celsius[i] * 9 / 5 + 32)

print(x)

Related Solutions

write a case study on a patient (any diagnosis)
write a case study on a patient (any diagnosis)
8. Write an essay on the following case study. An internal usability team wanted to perform...
8. Write an essay on the following case study. An internal usability team wanted to perform a usability test on a web site using half internal and half external participants. Would the consent form designed for external users also be used for the internals? Some members of the usability team argued that the terms of employment were sufficient to require internals participate. Others argued that the purpose of ‘consent’ was to ensure that participants understood why they had been asked,...
list and describe four tools that can be used to perform financial calculations
list and describe four tools that can be used to perform financial calculations
Q1: Write a method called testArray that accepts a one-dimensional array of any size and prints...
Q1: Write a method called testArray that accepts a one-dimensional array of any size and prints the following summary information: a) all array elements at an even index b) every fifth element c) all elements but the first and last Write a program that demonstrates this method by using an array of 20 random integers from 100 to 200. Q2: Write a method called displayGrid that accepts a two-dimensional array of integer values from 0 to 99 and prints this...
Write a program in C to perform the following: Generates an array of 10 double random...
Write a program in C to perform the following: Generates an array of 10 double random values between 1.0 and 100.0 – assume these are prices for 10 items that a store sells Generates an array of 10 integer random values between 0 and 200 – assume that these are the number of items/units (first array) sold Generate another array called “itemSale” which would contain the total sale for each item. Calculate the total sale for this store and display...
write a c++ program to perform the following operations on stack of Integers (Array Implementation of...
write a c++ program to perform the following operations on stack of Integers (Array Implementation of Stack with maximum size MAX) (i) Push an Element on to stack (ii) Pop an Element from stack (iii) Demonstrate how stack can be used to check Palindrome (iv) Display the status of stack (v) Exit
Write a one-page Written Response to the questions listed at the end of the case study....
Write a one-page Written Response to the questions listed at the end of the case study. You have just made an informational presentation to a group of enrollees in your new benefits program. You represent the insurance company and will only be at this location for two days. One of the enrollees approaches you and starts to critique your presentation. You aren`t sure how to react. As you are formulating a response, he starts to cry. Describe what you think...
Please select any nursing research article from any one of the scientific journals found in the...
Please select any nursing research article from any one of the scientific journals found in the Nursing-Related Databases and Journalslist. Select an article from an area that you are interested in or from the field you are working in. The article must be a peer-reviewed research report that was published in the last 5 years. Using the article selected, construct a critique of the article, 6 to 10 pages
Researchers perform power calculations to determine how many study participants are needed for their research, specifically...
Researchers perform power calculations to determine how many study participants are needed for their research, specifically to address the questions surrounding the primary endpoint. How do you interpret the results of a clinical trial that did not met power?
MA 117 Lab 1 In this lab, you will need to write equations, perform calculations, and...
MA 117 Lab 1 In this lab, you will need to write equations, perform calculations, and make judgements. All equations and calculations should be included in your lab write-up. All judgements should be explained and justified in complete sentences referencing your calculations. Hospital Administration Southwest Hospital has an operating room used only for eye surgery. The annual cost of rent, heat, and electricity for the operating room and its equipment is $360,000, and the annual salaries of the people who...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT