Calculate and return the sum of the geometric series

Assignment Help JAVA Programming
Reference no: EM13852171

To complete this homework assignment, turn in m-files containing the MATLAB code that you generate in response to each problem. Functions should be turned in in separate files. A single script m-file should be turned in. This file should include all scripts that you generate in response  to the problems. In cases where you generate a function in response to the problem, the script fileshould call  this function to demonstrate that it works. Use comments in the script file to indicate which problem each portion of the file is responding to.
1. Write a function repvec that receives a vector and the number of times each element is to be duplicated. The function should then return the resulting vector. Here are some examples of calling the function:

>>repvec(5:-1:1,2)
>>repvec([0 1 0],3)
2. Vectorize the following code:
n = 3;
x = zeros(n);
y = x;
for i = 1:n
x(:,i) = i;
y(i,:) = i;
end
3. Using vectorized code, write a function called geomser that will receive values of r and n and will calculate and return the sum of the geometric series:
1 + r + r2 + r3 + ... + rn
The following examples of calls to this function illustrate what the result should be:
>>geomser(1,5)
>>geomser(2,4)

Reference no: EM13852171

Questions Cloud

Identify the advantages and disadvantages of circuit switch : Identify the advantages and disadvantages of circuit switching and packet switching-X.25, Frame Relay, Asynchronous Transfer Mode2, and Transmission Control Protocol/Internet Protocol (TCP/IP)-regarding performance, speed and throughput potential, an..
Identify strategies for continuing your literature review : Read the second information sheet on ‘Literature Reviews: Staying on Track' to identify strategies for continuing your literature review, and ‘putting it all together'
Review a case for an arson investigation : An insurance company has asked your digital forensics firm to review a case for an arson investigation. The suspected arsonist has already been arrested, but the insurance company wants to determine whether there's any contributory negli- gence on th..
Write all the contents of a java file : Write all the contents of a Java file named 'Restaurant.java'. This file contains the class Restaurant that represents some data about a Restaurant.Every Restaurant is identified by its 3 attributes: a category (like "Chinese" or "Mediterranean"), a ..
Calculate and return the sum of the geometric series : calculate and return the sum of the geometric series
Comprehensive assessment of the 2014 financial statements : The final project for XACC 290 is a 700- to 1,050-word paper in which you provide a comprehensive assessment of the 2014 financial statements of Tootsie Roll Inc. You will focus on assessing the company's Balance Sheet and Income Statement
Describe charge transfer mechanisms in a voltage doubler : Describe the charge transfer mechanisms in a voltage doubler, and show that the output terminal voltage is twice the peak of the input AC source voltage. How would you reverse the polarity of the output voltage in such a circuit?
How are the business and the technology perspectives : Identify in which phase of the development process - How are the business perspectives and the technology perspectives of an informations system related.
Respective velocities of points : Respective velocities of points A (bottom of the wheel), B (top of the wheel) and C (rearmost point of the wheel). Respective accelerations of points A, B and C on the wheel as indicated.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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