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 951 / 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 LISP function(down lst) that wraps parentheses around each top-level ele
Write a LISP function(down lst) that wraps parentheses around each top-level element of lst like in the following example. > (down '(1 2 3))                                    …
Write a LISP function(up lst) that removes a pair of parentheses from each top-l
Write a LISP function(up lst) that removes a pair of parentheses from each top-level element of lst like in the following example. If a top-level element is not a list, it is incl…
Write a Library class such that libraryDriver.cpp can make use of functions in t
Write a Library class such that libraryDriver.cpp can make use of functions in the Library class to create a book recommendation system. The Library class should have the followin…
Write a LinkedList member function called duplicateValue that will duplicate a v
Write a LinkedList member function called duplicateValue that will duplicate a value in a singly linked list of integers by inserting a new node next to the node with that value. …
Write a Linux kernel module to collect information of current running processes.
Write a Linux kernel module to collect information of current running processes. When the kernel module is loaded, it should search for processes that has the highest number of ch…
Write a Linux kernel module to collect information of current running processes.
Write a Linux kernel module to collect information of current running processes. When the kernel module is loaded, it should search for processes that has the highest number of ch…
Write a Lisp function that computes a batter’s slugging average given number of
Write a Lisp function that computes a batter’s slugging average given number of singles, doubles, triples, home runs and outs. Slugging average = # of bases / at-bats. Make sure t…
Write a Lisp function that: given a two-element list, reverse the order of the e
Write a Lisp function that: given a two-element list, reverse the order of the elements in the list (cannot use the LISP reverse function). Write a Lisp function that given an ato…
Write a Lisp function ‘powerset(lst)’ that takes a list ‘lst’ as input and retur
Write a Lisp function ‘powerset(lst)’ that takes a list ‘lst’ as input and returns the power set of the lst. Assume the input lst to be a set which is used to generate the power s…
Write a Lisp function ‘powerset(lst)’ that takes a list ‘lst’ as input and retur
Write a Lisp function ‘powerset(lst)’ that takes a list ‘lst’ as input and returns the power set of the lst. Assume the input lst to be a set which is used to generate the power s…
Write a List class implementation including the methods that we wrote together i
Write a List class implementation including the methods that we wrote together in class: a default constructor that initializes the list to have a maximum size of 10 a non-default…
Write a Little Man program that accepts three values as input and produces the l
Write a Little Man program that accepts three values as input and produces the largest of the three as output. Please use the mnemonic code below. Numeric code Mnemonic code Instr…
Write a Logic Diagram or schematic that will perform the following VHDL code. Li
Write a Logic Diagram or schematic that will perform the following VHDL code. Library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; entity stickycounter is port…
Write a Lottery class that simulates a 6-number lottery (e.g. \"Lotto\"). The cl
Write a Lottery class that simulates a 6-number lottery (e.g. "Lotto"). The class should have an array of six integers named lotteryNumbers, and another array of six integers name…
Write a M-file script that creates a row vector that has 100 elements with dimen
Write a M-file script that creates a row vector that has 100 elements with dimensions of (1 times 100) and name the vector a. The first 25 elements have of value 1, the next 25 el…
Write a MAL PROGRAM with the following assumptions and instructions... (MAL = MI
Write a MAL PROGRAM with the following assumptions and instructions... (MAL = MIPS ASSEMBLY LANGUAGE) 1. Any line of text typed by a user has at most 80 characters including the n…
Write a MAL program that prompts the user for a line of text and reads the line
Write a MAL program that prompts the user for a line of text and reads the line typed by the user. If the line contains just white space characters your program should simply outp…
Write a MARIE assembly language program that calculates and displays the perimet
Write a MARIE assembly language program that calculates and displays the perimeter or the area of a rectangle, given the length of each side, depending on the user’s input. The us…
Write a MARIE assembly language program that calculates and displays the perimet
Write a MARIE assembly language program that calculates and displays the perimeter or the area of a rectangle, given the length of each side, depending on the user’s input. The us…
Write a MARIE assembly language program that calculates and displays the perimet
Write a MARIE assembly language program that calculates and displays the perimeter or the area of a rectangle, given the length of each side, depending on the user’s input. The us…
Write a MARIE assembly language program that calculates and displays the perimet
Write a MARIE assembly language program that calculates and displays the perimeter or the area of a rectangle, given the length of each side, depending on the user’s input. The us…
Write a MARIE program to calculate Fib(n), where the user inputs n. For example,
Write a MARIE program to calculate Fib(n), where the user inputs n. For example, if the user inputs 7, the program outputs the value 13; if the user inputs 15, the program outputs…
Write a MASM PROC that takes in a parameter of a string of 4 numbers those four
Write a MASM PROC that takes in a parameter of a string of 4 numbers those four numbers are then compared to to the number 2161 and will count the occurrence of the parameter numb…
Write a MATHCAD program to solve systems of linear equations using the iterative
Write a MATHCAD program to solve systems of linear equations using the iterative Jacobi Method. The method is explained in the file named "Jacobi Method", pay attention to the con…
Write a MATIAB function (not a script) that uses the Gauss-Seidel iteration with
Write a MATIAB function (not a script) that uses the Gauss-Seidel iteration with Relaxation method to solve a matrix equation of arbitrary size. Use it to solve this equation: [1 …
Write a MATLAB (Octave) function roman2num(s) that converts a Roman numeral to a
Write a MATLAB (Octave) function roman2num(s) that converts a Roman numeral to a number. Instructions: i) The numeral is contained in the string s and is capitalized. ii) You can …
Write a MATLAB Function my_fun that takes as its only input a vector of die valu
Write a MATLAB Function my_fun that takes as its only input a vector of die values vals (of length 5) and then sets its output variable to (returns) a number between 1 and 5 based…
Write a MATLAB Graphical User interface (GUI) to simulate and plot the projectil
Write a MATLAB Graphical User interface (GUI) to simulate and plot the projectile motion-the motion of an object projected into the air at an angle. The object files in the air un…
Write a MATLAB Program to implement OR Gate, AND Gate and XOR Gate. Write a MATL
Write a MATLAB Program to implement OR Gate, AND Gate and XOR Gate. Write a MATLAB program to do the following: If input bit is 0: A sinusoidal signal with frequency f If input bi…
Write a MATLAB Program to implement OR Gate, AND Gate and XOR Gate. Write a MATL
Write a MATLAB Program to implement OR Gate, AND Gate and XOR Gate. Write a MATLAB program to do the following: If input bit is 0: A sinusoidal signal with frequency f If input bi…
Write a MATLAB Script called expedition that asks the user to input a row vector
Write a MATLAB Script called expedition that asks the user to input a row vector called Distance whose seven elements are transportation network segments in miles. Use this to: Cr…
Write a MATLAB Script to evaluate whether or not a soccer (football) player scor
Write a MATLAB Script to evaluate whether or not a soccer (football) player scores a goal on a penalty shot. For this case assume: 1. The goalmouth is 24’ wide from the center of …
Write a MATLAB Script to evaluate whether or not a soccer (football) player scor
Write a MATLAB Script to evaluate whether or not a soccer (football) player scores a goal on a penalty shot. For this case assume: 1. The goalmouth is 24’ wide from the center of …
Write a MATLAB algorithm and scripts to solve the following question(suggested v
Write a MATLAB algorithm and scripts to solve the following question(suggested variable names in brackets). You are required to utilize a switch statement in at least one part of …
Write a MATLAB code The lift force L and the drag force D for a simple airfoil a
Write a MATLAB code The lift force L and the drag force D for a simple airfoil are correlated by L = A sin( D + B ) exp( 0.01 D ), where A and B are parameters. Develop a MATLAB f…
Write a MATLAB code for the following problem: Consider the equation of a plane
Write a MATLAB code for the following problem: Consider the equation of a plane written as a_1 x+a_2 y+a_3 = z. Given three known points (x_1, y_1, z_1), (x_2, y_2, z_2), and (x_3…
Write a MATLAB code function which you read a text file called ”csulb.txt” and r
Write a MATLAB code function which you read a text file called ”csulb.txt” and read all text as words. Assume that it will have following text! California State University, Long B…
Write a MATLAB code integral_0^1 cos (x^2)dx using the composite trapezoid rule
Write a MATLAB code integral_0^1 cos (x^2)dx using the composite trapezoid rule and one to approximate the integral using the composite Simpson's rule, with equally-spaced nodes. …
Write a MATLAB code that can perform the following and answer the questions belo
Write a MATLAB code that can perform the following and answer the questions below. 1. Generate an array A of 5x5 elements which elements are 0.147 0.975 0.156 0.719 0.157 0.058 0.…
Write a MATLAB code that can perform the following and answer the questions belo
Write a MATLAB code that can perform the following and answer the questions below. 1. Generate an array A of 5x5 elements which elements are 0.147 0.975 0.156 0.719 0.157 0.058 0.…
Write a MATLAB code that performs the function at(polynomials\' calculator and p
Write a MATLAB code that performs the function at(polynomials' calculator and plotter, so that the user can make the basic mathematical operations( + ,-, * , / ) on any number and…
Write a MATLAB code that plots a shape similar to “heart”. You are required to u
Write a MATLAB code that plots a shape similar to “heart”. You are required to use analytical functions similar to what we have used in class. By trial and error, you can experime…
Write a MATLAB code that will generate a random experience, which can take only
Write a MATLAB code that will generate a random experience, which can take only two possible equally likely outcomes H (representing a heads outcome in a random coin toss) and T (…
Write a MATLAB code to modulate and demodulate the signal generated in MATLAB. Y
Write a MATLAB code to modulate and demodulate the signal generated in MATLAB. You should write the code for DSB, SSB and AM techniques for the following signal: I got the signal …
Write a MATLAB code to read the following data sample of fluid properties. 1. Re
Write a MATLAB code to read the following data sample of fluid properties. 1.       Read data from an input file to run the program. The format of the data file is given below. Fo…
Write a MATLAB code to solve the following equations by Laplace transform. a) x2
Write a MATLAB code to solve the following equations by Laplace transform. a) x2x+x=e^t withx=2,x=14at t=0 b) x+2x+10x=5t24,x(0)=1,x(0)=2 matlab code should ask for the input in t…
Write a MATLAB code to solve the following: One bank pays 5.5 percent annual int
Write a MATLAB code to solve the following: One bank pays 5.5 percent annual interest, while a second bank pays 4.5 percent annual interest.  Determine how much longer (in years) …
Write a MATLAB code to use linear indexing for the following part: Go down the f
Write a MATLAB code to use linear indexing for the following part: Go down the first column and replace each element with the sum of the two prior elements. Then move onto the nex…
Write a MATLAB code, which prompts the user to input the name (character-type da
Write a MATLAB code, which prompts the user to input the name (character-type data) of a three dimensional geometric shape from the following list printed on the screen: - Cube - …
Write a MATLAB computer program that will provide the information needed to prep
Write a MATLAB computer program that will provide the information needed to prepare a sample of a diluted drug for injection. When executed, the program should query the user for …