Purchase Solution

Recursive Algorithm

Not what you're looking for?

Ask Custom Question

23. Give a recursive algorithm for computing n * a using only addition, where n is a positive integer and a is a real number (add a to itself n times).

Purchase this Solution

Solution Summary

A recursive algorithm is found, step-by-step.

Solution Preview

Recall that a recursive definition of a sequence includes the initial value (or set of initial values) and then a formula for finding the nth term given the values of one or more previous terms. For example, a recursive definition for the sequence, 1, 2, 4, 8, ..., would be given as follows: a(0) = 1 (this is the initial term) and for all k greater than 0, a(k) = 2a(k-1) (which is the recursive formula).

So, the first step for coming up with ...

Purchase this Solution


Free BrainMass Quizzes
Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Probability Quiz

Some questions on probability

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.