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 1015 / 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 function which returns the outer product between two vectors. The functi
Write a function which returns the outer product between two vectors. The function should accept two input arguments: the vectors to be multiplied. The function will return the ma…
Write a function which takes a C string as an input and converts it to all upper
Write a function which takes a C string as an input and converts it to all uppercase characters. For each lowercase character in the C string, simply subtract 32 from it to form t…
Write a function which takes a C string as an input and converts it to all upper
Write a function which takes a C string as an input and converts it to all uppercase characters. For each lowercase character in the C string, simply subtract 32 from it to form t…
Write a function which takes a C string as an input and converts it to all upper
Write a function which takes aC stringas an input and converts it to all uppercase characters. For each lowercase character in theC string, simply subtract 32 from it to form the …
Write a function which takes a C string as an input and counts the number of non
Write a function which takes a C string as an input and counts the number of non-alphabetic characters in the C string. Non-alphabetic characters include anything outside the rang…
Write a function which takes one string variable (not C string) as input and app
Write a function which takes one string variable (not C string) as input and appends additional information to the existing string. The function must get a first and last name fro…
Write a function which takes one string variable (not C string) as input and app
Write a function which takes one string variable (not C string) as input and appends additional information to the existing string. The function must get a first and last name fro…
Write a function which takes one string variable (not C string) as input and app
Write a function which takes one string variable (not C string) as input and appends additional information to the existing string. The function must get a first and last name fro…
Write a function which takes one string variable (not C string) as input and mod
Write a function which takes one string variable (not C string) as input and modifies the existing string. Try to find "Ohio" or "OHIO" in the input string. If the input string co…
Write a function which takes one string variable (not C string) as input and mod
Write a function which takes one string variable (not C string) as input and modifies the existing string. Try to find "Ohio" or "OHIO" in the input string. If the input string co…
Write a function which takes one string variable (not C string) as input and mod
Write a function which takes one string variable (not C string) as input and modifies the existing string. Try to find "Ohio" or "OHIO" in the input string. If the input string co…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the firststring is less than the…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which takes two string variables (not C strings) as inputs and
Write a function which takes two string variables (not C strings) as inputs and compares them. If they are equal, the function should return 0. If the first string is less than th…
Write a function which will read in a phone number from the user and \'return\'
Write a function which will read in a phone number from the user and 'return' it to the caller. The caller is expected to prompt the user before calling your function. Recall that…
Write a function which would generate a calendar for a given month. The function
Write a function which would generate a calendar for a given month. The function shall have two input parameters: a character identifying the first day of the month, and an intege…
Write a function whose job is to input #\'s, non-# to quit, recover from the inp
Write a function whose job is to input #'s, non-# to quit, recover from the input failure by calling recover(), and tell main some statistics about the numbers read. A. unsigned r…
Write a function whose job is to input #\'s, non-# to quit, recover from the inp
Write a function whose job is to input #'s, non-# to quit, recover from the input failure by calling recover(), and tell main some statistics about the numbers read. A. unsigned r…
Write a function whose job is to input #\'s, non-# to quit, recover from the inp
Write a function whose job is to input #'s, non-# to quit, recover from the input failure by calling recover(), and tell main some statistics about the numbers read. . unsigned re…
Write a function whose job is to output some sequence of \"interesting\" #\'s. T
Write a function whose job is to output some sequence of "interesting" #'s. The numbers should be separated from one another somehow so they don't all run together. This function …
Write a function with header [N, x] = myNumSols (A, b), where A and b are a matr
Write a function with header [N, x] = myNumSols (A, b), where A and b are a matrix and compatibly-sized column vector, respectively; N is the number of solutions of the system Ax …
Write a function with header [N, x] = myNumSols(A, b), where A and b are a matri
Write a function with header [N, x] = myNumSols(A, b), where A and b are a matrix and compatibly-sized column vector, respectively; N is the number of solutions of the system Ax =…
Write a function with header [b] = myBinAdder (b_1, b_2), where b_1, b_2, and b
Write a function with header [b] = myBinAdder (b_1, b_2), where b_1, b_2, and b are binary numbers represented as in problem 1. The output variable should be computed as b = b_1 +…
Write a function with heath [beta J = my LinRegression (f, x, y), where f is a c
Write a function with heath [beta J = my LinRegression (f, x, y), where f is a cell array containing function handles to basis functions, and x and y are column vectors Con taming…
Write a function with one input parameter of type int. If this parameter is equa
Write a function with one input parameter of type int. If this parameter is equal to I, the function shall display Good morning! If the parameter is 2, display Good afternoon! If …
Write a function with the following header function [sorted] my sort (vector) wh
Write a function with the following header function [sorted] my sort (vector) where: vector is a (possibly empty) row vector of class double. sorted is a row vector of class doubl…
Write a function with the following header: function (upper case, lower case, nu
Write a function with the following header: function (upper case, lower case, numbers, special] = mycell_extractor(array) where _ array is a 1 _ n cell array Each element of array…
Write a function with the following header: function [minimum, index] = my_minim
Write a function with the following header: function [minimum, index] = my_minimum_index(vector) where: vector is a row vector of class double that contains at least one value. mi…
Write a function with the following header: function [n iterations, root] = my r
Write a function with the following header: function [n iterations, root] = my root bisection(f, a, b, tolerance) where: _ f is a function handle that represents a continuous real…
Write a function with the following header: function [n_positive, n_negative, n_
Write a function with the following header: function [n_positive, n_negative, n_zero, n special] = my array metrics num (array) where: array is an arbitrary n times m array of cla…
Write a function with the following header: function [positive, negative, zero,
Write a function with the following header: function [positive, negative, zero, special] = my_array_metrics_lgcl (array) where: array is an arbitrary n times m array of class doub…
Write a function with the following header: function [reversed] = my_reverse_wit
Write a function with the following header: function [reversed] = my_reverse_with_recursion(vector) This function should have the same functionality as my_reverse_without_recursio…
Write a function with the following header: function [sorted bookshelfl my sort
Write a function with the following header: function [sorted bookshelfl my sort bookshelf(bookshelf) where bookshelf is a non-empty 2 x n cell array (you can assume than n 0) wher…
Write a function with the following header: function [upper case, lower case, nu
Write a function with the following header: function [upper case, lower case, numbers, speciall my cell extractor(array) where array is a 1-n cell array. Each element of array is …
Write a function with the following prototype struct node* copyList (struct node
Write a function with the following prototype struct node* copyList (struct node* list) The struct node is the same used in question 18, The function should create a new, separate…
Write a function with the header [m, U, x] = mySweep(A,b) which performs systema
Write a function with the header [m, U, x] = mySweep(A,b) which performs systematic linear transformation on the system Ax=b (the forward sweep). Note that this function should re…
Write a function with the header [s] = myNewton 3 (f1, f2, f3, x, eps) which sol
Write a function with the header [s] = myNewton 3 (f1, f2, f3, x, eps) which solves a system of three non-linear equations (given by function handles f1, f2, and f3) given an init…
Write a function with the header [x] = myLU(L, U, b) which solves LUx=b for a gi
Write a function with the header [x] = myLU(L, U, b) which solves LUx=b for a given lower triangular matrix L, upper triangular matrix U, and right hand side vector b. This is eas…
Write a function with the header function [X] myDistanceConverter (x convert Str
Write a function with the header function [X] myDistanceConverter (x convert Str) That converts x based on the following table of passible values for convertstr: Description Conve…
Write a function with the header function [integral, w] = myTrapRule(f, a, b, n)
Write a function with the header function [integral, w] = myTrapRule(f, a, b, n) which implements the trapezoidal rule for numerical integration. w is the rectangle width as deter…
Write a function with the header function [piEstimate, piError] = myForPi (n!ter
Write a function with the header function [piEstimate, piError] = myForPi (n!terations) which uses a forloop and the Archimedes method below to estimate the value of pi (you must …
Write a function with the header: function [C] = myMatMat (A, B) that implements
Write a function with the header: function [C] = myMatMat (A, B) that implements nested for-loops to multiply A and B and assigns the result to C. If A and B are not compatible, m…
Write a function with the header: function [R] = myNewton1 (f, x0, to1) which ta
Write a function with the header: function [R] = myNewton1 (f, x0, to1) which takes as input f: a function handle x0: the initial guess of the root to1: a tolerance above which th…
Write a function with the header: function [mOuter, mInner] myInnerOuterMatrix (
Write a function with the header: function [mOuter, mInner] myInnerOuterMatrix (M) which M is a matrix which is at least (3x3), mOuter is a matrix of the same size of M which cont…
Write a function with the header: function [x] = myBubbleSort(x) whichsortsaone-
Write a function with the header: function [x] = myBubbleSort(x) whichsortsaone-dimensionalvectorxusingabubblesortalgorithm. In the output vector ,x(1) should contain the smallest…
Write a function with this prototype: The function prints output to the ostream
Write a function with this prototype: The function prints output to the ostream outs. The output consists of the String prefix followed by "section numbers" of the form 1.1., 1.2.…