Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 959 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a Matlab function called sine_Taylor that inputs a positive integer n, a n
Write a Matlab function called sine_Taylor that inputs a positive integer n, a number x, and outputs the nth Taylor polynomial of the sine function. Compute the absolute and error…
Write a Matlab function called sine_Taylor that inputs a positive integer n, a n
Write a Matlab function called sine_Taylor that inputs a positive integer n, a number x, and outputs the nth Taylor polynomial of the sine function. Compute the absolute and error…
Write a Matlab function called svapcode. m that takes a string msg as input and
Write a Matlab function called svapcode. m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet: …
Write a Matlab function called svapcode.m that takes a string msg as input and r
Write a Matlab function called svapcode.m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet: i…
Write a Matlab function called svapcode.m that takes a string msg as input and r
Write a Matlab function called svapcode.m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet: i…
Write a Matlab function called swap code. m that takes a string msg as input and
Write a Matlab function called swap code. m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet:…
Write a Matlab function called swapcode. m that takes a string msg as input and
Write a Matlab function called swapcode. m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet: …
Write a Matlab function called swapcode.m that takes a string msg as input and r
Write a Matlab function called swapcode.m that takes a string msg as input and returns another string coded as output. The function encodes the string by reversing the alphabet: i…
Write a Matlab function facFunc that does the following: 1. Takes as an input a
Write a Matlab function facFunc that does the following: 1. Takes as an input a positive integer num and a vector vec. (2 pts) 2. If the vector vec consists of a single integer gr…
Write a Matlab function mindistance=findclosest(pointset,testpoint). For this fu
Write a Matlab function mindistance=findclosest(pointset,testpoint). For this function, the array pointset may have any number of rows, and has two columns; each row gives the loc…
Write a Matlab function named pluralize that takes 2 arguments: a noun and a umb
Write a Matlab function named pluralize that takes 2 arguments: a noun and a umber. Then, it returns the number and the pluralized form, like "5 cats" or "1 dog". Pay attention to…
Write a Matlab function that does the following: 1. Takes as an input a positive
Write a Matlab function that does the following: 1. Takes as an input a positive integer num and a vector vec. (2 pts) 2. If the vector vec consists of a single integer greater th…
Write a Matlab function that interpolates 4 points, {(x1,y1), (x2,y2), (x3,y3),
Write a Matlab function that interpolates 4 points, {(x1,y1), (x2,y2), (x3,y3), (x4,y4)}, using three cubic splines with zero-derivative clamping at the end points. The function s…
Write a Matlab function that interpolates 4 points, {(x1,y1), (x2,y2), (x3,y3),
Write a Matlab function that interpolates 4 points, {(x1,y1), (x2,y2), (x3,y3), (x4,y4)}, using three cubic splines with zero-derivative clamping at the end points. The function s…
Write a Matlab function that performs parabolic interpolation to find the one-di
Write a Matlab function that performs parabolic interpolation to find the one-dimensional optimum. The function prototype (i.e. first line of your file) should be function [x3, f3…
Write a Matlab function that takes as input x and outputs f(x), when given a roo
Write a Matlab function that takes as input x and outputs f(x), when given a root finding problem f(x) = 0. Then write a Matlab function that takes as input: a, b, endpoints of st…
Write a Matlab function that will find the zero crossing brackets of the followi
Write a Matlab function that will find the zero crossing brackets of the following functions: 1. f(x) = cos(x), over the interval [0, 2pi] with a bracket size of 0.01; 2. g(x) = x…
Write a Matlab function to locate a root by the secant method. Your function sho
Write a Matlab function to locate a root by the secant method. Your function should be put in the file mysecant.m, and should be called as x = mysecant(f, x0, x1, to1, nmax) Here …
Write a Matlab function to solve given Case Study by using False Position Method
Write a Matlab function to solve given Case Study by using False Position Method 5.6 CASE STUDY GREENHOUSE GASES AND RAINWATER Background. It is well documented that the atmospher…
Write a Matlab function y-fprime (E, a, h, c, b) that will approximate the deriv
Write a Matlab function y-fprime (E, a, h, c, b) that will approximate the derivative f(a) with the following formula: f'(a) For example, EprimeE,a, h, ,1,,0,11) would give you th…
Write a Matlab function, called mysum that inputs the integer n and outputs the
Write a Matlab function, called mysum that inputs the integer n and outputs the sum of the first n integers. Use a for loop to compute the sum - don't use Matlab's built in functi…
Write a Matlab function, contains(x,y), which determines if x appears anywhere w
Write a Matlab function, contains(x,y), which determines if x appears anywhere within y. If they are of the same size, then x and y must be equivalent. Otherwise, x may start at a…
Write a Matlab program called fibfast.m to determine the largest value of n for
Write a Matlab program called fibfast.m to determine the largest value of n for style="color: rgb(86, 75, 71); font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif; …
Write a Matlab program called iterate.m which plots the curves y=x and y=cos(x)
Write a Matlab program called iterate.m which plots the curves y=x and y=cos(x) on the same plot for x values between 0 and 1.5, then uses iteration to find the solution with x&gt…
Write a Matlab program that asks the user to enter the seven digits of the z-num
Write a Matlab program that asks the user to enter the seven digits of the z-number and define the positive number a as the range (difference between the maximum and minimum) of z…
Write a Matlab program that calculates the peak-to-peak value of the servomotor
Write a Matlab program that calculates the peak-to-peak value of the servomotor shaft oscillation. The program must be fully documented with meaningful comments. In other words yo…
Write a Matlab program that does the following: Note well, however, that the fil
Write a Matlab program that does the following: Note well, however, that the file might have a different number of lines and a different number of numbers on each line. mat2.txt l…
Write a Matlab program that enables you to specify and keep only a proportion of
Write a Matlab program that enables you to specify and keep only a proportion of the Fourier Transforms of largest magnitude from an image representation. You should make use of t…
Write a Matlab program that implements the version of the composite Simpson\'s r
Write a Matlab program that implements the version of the composite Simpson's rule pre- sented in class. Note that this version is designed to use as few function evaluations as p…
Write a Matlab program that takes in as an input up to 4 polygon vertices in Car
Write a Matlab program that takes in as an input up to 4 polygon vertices in Cartesian coordinates (x, y). It should also take as an input a matrix that can describe any of the fo…
Write a Matlab program that uses for loops and if statements to create the follo
Write a Matlab program that uses for loops and if statements to create the following matrix. B, that has 3 rows and 50 columns. Note that the last row of B has value of 'zero' if …
Write a Matlab program that will allow the user to enter the coefficients of a p
Write a Matlab program that will allow the user to enter the coefficients of a polynomial and make some calculations. Selections and data entry will be done by presenting the user…
Write a Matlab program to demonstrate common matrix operations. The user enters
Write a Matlab program to demonstrate common matrix operations. The user enters an option: Option 1: Calculate the determinant and inverse of a matrix Option 2: Calculate matrix m…
Write a Matlab program to demonstrate common matrix operations: Option 1: Matrix
Write a Matlab program to demonstrate common matrix operations: Option 1: Matrix addition and element by element multiplication (verify that dimensions are the same) Option 2: Mat…
Write a Matlab program to perform an 8-point decimation-in-time Fast Fourier Tra
Write a Matlab program to perform an 8-point decimation-in-time Fast Fourier Transform. You do not need to create a routine that works for any (input) power of 2 length, -you can …
Write a Matlab program to solve the problem of 2D plain stress element for calcu
Write a Matlab program to solve the problem of 2D plain stress element for calculating nodal displacements.
Write a Matlab program to solve this game: 1) 100 children stand in a line, and
Write a Matlab program to solve this game: 1) 100 children stand in a line, and the first child has a basket full of sticks. None of the others have a stick. 2) Starting with the …
Write a Matlab program to solve this game: 1) 100 children stand in a line, and
Write a Matlab program to solve this game: 1) 100 children stand in a line, and the first child has a basket full of sticks. None of the others have a stick. 2) Starting with the …
Write a Matlab program with the function islandid to enter a first name, middle
Write a Matlab program with the function islandid to enter a first name, middle name and last name in separate variables. After entering each name at the keyboard, call a function…
Write a Matlab script file that creates a graph of the 555 IC timer output as sh
Write a Matlab script file that creates a graph of the 555 IC timer output as shown below. Operation of the 555 Timer: The output of the 555 timer is controlled by the charge on t…
Write a Matlab script file to calculate sin (x) cos (x), which are defined as fo
Write a Matlab script file to calculate sin (x) cos (x), which are defined as follows: sin(x) = x - x^3/3 + x^5/5! - x^7/7! + .... cos (x) = 1 x^2/2! + x^4/4! - x^4/6! + ... Here …
Write a Matlab script that answers the following questions. \"Divide and average
Write a Matlab script that answers the following questions. "Divide and average", an old-time method for approximating the square root of any positive number "a", can be formulate…
Write a Matlab script that asks a group of up to 50 members to enter their heigh
Write a Matlab script that asks a group of up to 50 members to enter their height (in cm) and their weight (in kg). The script should work as follows: Prompt the user to enter the…
Write a Matlab script that asks a group of up to 50 members to enter their heigh
Write a Matlab script that asks a group of up to 50 members to enter their height (in cm) and their weight (in kg). The script should work as follows: Prompt the user to enter the…
Write a Matlab script that asks the user for two angles in degrees and stores th
Write a Matlab script that asks the user for two angles in degrees and stores them as variables. Calculate and store the cosines of the numbers (they must be converted to radians …
Write a Matlab script that creates an array of m=0, 0.5, 1, 1.5, 2, 2.5,3 and th
Write a Matlab script that creates an array of m=0, 0.5, 1, 1.5, 2, 2.5,3 and then uses a for loop to create an array n. The terms in n will be calculated in the following manner:…
Write a Matlab script that will execute the following requests • distance o a nu
Write a Matlab script that will execute the following requests • distance o a numerical variable representing the length of the trip, in miles • time_desired o the amount of time,…
Write a Matlab script to assist in plot reading from a plot that is available as
Write a Matlab script to assist in plot reading from a plot that is available as an image file. This shall include Reading the plot from the image file located in the same folder …
Write a Matlab script to calculate the following Taylor series expansion: tan^-1
Write a Matlab script to calculate the following Taylor series expansion: tan^-1 x = x - x^3/3 + x^5/5 - x^7/7 + x^9/9 = ... = sigma_n = 1^infinity (-1)^(n - 1) x^2n - 1/2n - 1 si…
Write a Matlab script to calculate the second order derivative for the following
Write a Matlab script to calculate the second order derivative for the following: function: f(x) = 2^x/x for 1 lessthanorequalto x lessthanorequalto 26 a) Find f'(x) using second …