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

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 26 / 615

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
MATHEMATICAL METHODS IN ELECTRICAL ENGINEERING QUESTION PLEASE SHOW ALL WORK!!!!
MATHEMATICAL METHODS IN ELECTRICAL ENGINEERING QUESTION PLEASE SHOW ALL WORK!!!!!!!!!!!!! MATHEMATICAL METHODS IN ELECTRICAL ENGINEERING QUESTION PLEASE SHOW ALL WORK!!!!!!!!!!!!!…
MATHEMATICS OF VOTING A. If a candidate is the winner of an election and in a se
MATHEMATICS OF VOTING A. If a candidate is the winner of an election and in a second election one or more of the other candidates is removed, the previous winner should still be t…
MATHEMATICS TEST 60 Minutes-60 Questio DIRECTIONS: Solve each problem, choose th
MATHEMATICS TEST 60 Minutes-60 Questio DIRECTIONS: Solve each problem, choose the correct but some answer, and then fill in the corresponding oval on your using a cal Note: Unle D…
MATHLAB HELP An earthquake data (GM01) is provided as shown. The y axis is its a
MATHLAB HELP An earthquake data (GM01) is provided as shown. The y axis is its acceleration with unit g. Use matlab if/while/for function (do not use cumtrapz or cumsum, etc). Pro…
MATHLAB HELP!! Controller design and simulations are often done by Simulink; how
MATHLAB HELP!! Controller design and simulations are often done by Simulink; however it is possible to do this in MATLAB also, though it is not as flexible. To get some practice w…
MATHLAB PROGRAM Your Task Your task is to implement a function with the followin
MATHLAB PROGRAM Your Task Your task is to implement a function with the following signature. Argument x is a nonnegative integer. Argument y is a positive integer. Outputs q and r…
MATHLAB PROGRAMMING Your task is to implement GCD functions with the following s
MATHLAB PROGRAMMING Your task is to implement GCD functions with the following signature. function d = gcd_iterative(x, y) function d = gcd_recursive(x, y) Argument x is a nonnega…
MATI 20-H-26577 Math for Liberal Arts, spring 2018, TTH 2:00-3:0 Amanda Cohen &I
MATI 20-H-26577 Math for Liberal Arts, spring 2018, TTH 2:00-3:0 Amanda Cohen &I; 5/7/18 2:15 Ph Homework: Section 10.5 Homework Sa Score: 067 of 1 pt %) 10.5.11 Anna isbuying…
MATI 2044-26577 Math for Liberal Arts, spring 2018, TTH 2.00-3; Amanda Cohen ? |
MATI 2044-26577 Math for Liberal Arts, spring 2018, TTH 2.00-3; Amanda Cohen ? | 5/7/18 1:32 vn . Homework: Section 12.2 Homework Score: 0 of 1 pt HYV Score: 61.81%,5560 12.2.35 E…
MATI140-1 223 e. 2017 Name Q4. In the 4 × 100 medley relay event, four swimmers
MATI140-1 223 e. 2017 Name Q4. In the 4 × 100 medley relay event, four swimmers s win 100 yar using a different stroke. A college team preparing for the confe championship looks a…
MATLAB % Finction I want to use Bisection Method for this problem as the followi
MATLAB % Finction I want to use Bisection Method for this problem as the following code: function [ c,k ] = bisection( f,a,b,tol ) ya = f(a); yb = f(b); if (ya*yb > 0) disp('yo…
MATLAB %You need 3 for loops matlab code please [Submit on zyLabs] Write a funct
MATLAB %You need 3 for loops matlab code please [Submit on zyLabs] Write a function that takes three inputs, an array of pressure values P, an array of temperature values T, and a…
MATLAB (Octave) Question You work at an electronics company that designs and man
MATLAB (Octave) Question You work at an electronics company that designs and manufactures audio equipment. As an industrial engineer, you oversee (among other things) the producti…
MATLAB (Program in text format at the end ) % Sample 32 times N = 32 ; % Sample
MATLAB (Program in text format at the end ) % Sample 32 times N = 32 ; % Sample for two seconds and set sampling interval Ts = 2/N ; % Set sampling rate fs = 1/Ts ; % Set frequenc…
MATLAB (electromagnetics): Write a MATLAB code to compute the input reflection c
MATLAB (electromagnetics): Write a MATLAB code to compute the input reflection coefficient and input impedance of a lossless multilayer dielectric structure with normal incidence.…
MATLAB (euler) If you haven’t already done so, enter the following commands: >>
MATLAB (euler) If you haven’t already done so, enter the following commands: >> f=@(t,y)(3*y); >> t=linspace(0,.5,100); y=2*exp(3*t); % defines the exact solution of t…
MATLAB *Please write a Matlab friendly answer so i can input on my computer Writ
MATLAB *Please write a Matlab friendly answer so i can input on my computer Write a function called classAverage that takes in an array of numbers and, after normalizing the grade…
MATLAB - The display operates on a binary system, where 0 indicates that a given
MATLAB - The display operates on a binary system, where 0 indicates that a given cell is off and 1 indicates that the cell is on. For example, the display will be blank if all 7 c…
MATLAB - please help!! ---------------------------------- Given the function f(x
MATLAB - please help!! ---------------------------------- Given the function f(x) = 2/Squareroot pi =e^x^2, write a MATLAB function to do the following: Calculate the integral int…
MATLAB - write a function called fib that accepts a single argument n which you
MATLAB - write a function called fib that accepts a single argument n which you may assume is a positive integer. Your function will return a row vector containing the first n ele…
MATLAB --- RUNGE KUTTA 2 please help with this problem, I need MATLAB (run ready
MATLAB --- RUNGE KUTTA 2 please help with this problem, I need MATLAB (run ready) code for the following, using RUNGE KUTTA 2 method type algorithm. thank you in advance /atlm.vie…
MATLAB ///// Create a custom function to calculate strain during a tension or co
MATLAB ///// Create a custom function to calculate strain during a tension or compression test. The input arguments should be deformation, original length. The output argument sho…
MATLAB 1 )The root-mean-square (rms) average is another way of calculating a mea
MATLAB 1 )The root-mean-square (rms) average is another way of calculating a mean for a set of numbers. The rms average of a series of numbers is the square root of the arithmetic…
MATLAB 1) Write a function that will accept a file name and two words. The funct
MATLAB 1) Write a function that will accept a file name and two words. The function will open the file and read it one line at a time. If the line contains the first word passed t…
MATLAB 1. Consider the computation of y 1 2a a) There is no cancellation error i
MATLAB 1. Consider the computation of y 1 2a a) There is no cancellation error if is not close to 1. To demonstrate this, plot y for E 2, 2.1 with increment h le 6. Zoom in severa…
MATLAB 1. Find all the roots in [-5,5] of f(x) = cos x + 1/x^3 + 200 using the b
MATLAB 1. Find all the roots in [-5,5] of f(x) = cos x + 1/x^3 + 200 using the bisection algorithm in MATLAB with a tolerance of 10^-10. Plot the function first to see how many ro…
MATLAB 1. Find all the roots in [-5,5] of f(x) = cos x + 1/x^3 + 200 using the b
MATLAB 1. Find all the roots in [-5,5] of f(x) = cos x + 1/x^3 + 200 using the bisection algorithm in MATLAB with a tolerance of 10^-10. Plot the function first to see how many ro…
MATLAB 1. Please download GLaDOShaywire.m This is a broken MATLAB file for a fun
MATLAB 1. Please download GLaDOShaywire.m This is a broken MATLAB file for a function that should be called GLaDOS. Please fix the filename. In addition to fixing that, you must f…
MATLAB 1.) Given a 50 element array called fifty and random numbers between 1 an
MATLAB 1.) Given a 50 element array called fifty and random numbers between 1 and 50, count the occurrences of each number by incrementing the corresponding element (i.e., if a 3 …
MATLAB 2. 2. Volume of a cylindrical tank a a conical bottom with The figure bel
MATLAB 2. 2. Volume of a cylindrical tank a a conical bottom with The figure below shows a cylindrical tank with a conical bottom. Note that the radius of the tank is R. 2R Write …
MATLAB 2017b The trajectory of a projectile is given by: Write a program which w
MATLAB 2017b The trajectory of a projectile is given by: Write a program which will draw the trajectory for seconds. Make sure to label, title and grid your graph.
MATLAB 2D arrary problem Often you will find yourself having to sort data in 2D
MATLAB 2D arrary problem Often you will find yourself having to sort data in 2D arrays. In this problem you will be sorting uniformly distributed data in a 20 by 5, sorting that d…
MATLAB 3D Resultant Vector Calculator Note: You may upload the code we worked on
MATLAB 3D Resultant Vector Calculator Note: You may upload the code we worked on in class or create your own code Create a MATLAB script that 1) formation Prompts the user to ente…
MATLAB 4. Assume that the values given below are sample values of the breaking s
MATLAB 4. Assume that the values given below are sample values of the breaking strength in Newtons of a certain material, and it is known that breaking strengths are normally dist…
MATLAB 5 - BMI & Weight Status ody mass index (BMI) is a measure of body fat bas
MATLAB 5 - BMI & Weight Status ody mass index (BMI) is a measure of body fat based on height and weight screening tool to identify possible weight problems for adults. However…
MATLAB 5. The fuel consumption of an airplane is measured in gal/mi (gallon per
MATLAB 5. The fuel consumption of an airplane is measured in gal/mi (gallon per mile or in L/km (liter per kilometers). Write a MATLAB user-defined function that converts fuel eff…
MATLAB 6.1 - Charging AED Sudden cardiac arrest is one of the leading causes of
MATLAB 6.1 - Charging AED Sudden cardiac arrest is one of the leading causes of death in the U.S. Over 350,000 people will suffer from sudden cardiac arrest this year. It can happ…
MATLAB : An engineer has collected an ordered series of N data points representi
MATLAB: An engineer has collected an ordered series of N data points representing the elapsed time since an experiment began (at time 0) to the occurrences of a particular state. …
MATLAB : Partition the dataset into 3 groups: 80% for training and cross validat
MATLAB: Partition the dataset into 3 groups: 80% for training and cross validation (to be split later) and 20% for testing. Hint: use cvpartition with the 'holdout' option, holdin…
MATLAB A ball is released from a 10 m high roof and bounces three quarters as hi
MATLAB A ball is released from a 10 m high roof and bounces three quarters as high on each successive bounce. Write a function for the following questions. (a,b) After traveling a…
MATLAB A factorial is the product of all positive integers less than or equal to
MATLAB A factorial is the product of all positive integers less than or equal to a given positive number. Write a function that will receive as input either a single positive numb…
MATLAB APPLIED NUMERICAL METHOD MatLab and use a different code from the solutio
MATLAB APPLIED NUMERICAL METHOD MatLab and use a different code from the solution textbook Write a user-defined MATLAB function for integration with the composite Simpson’s method…
MATLAB ASSIGNMENT 2. Find the solution(s) of the following linear systems. Use t
MATLAB ASSIGNMENT 2.   Find the solution(s) of the following linear systems. Use the MATLAB command rref to immediately find the reduced row echelon form of a matrix. Enter the co…
MATLAB ASSIGNMENT For the first three problems you can either put them all into
MATLAB ASSIGNMENT For the first three problems you can either put them all into a single script and submit the script, or simply run them from the command line with diary turned o…
MATLAB ASSIGNMENT Write a MATLAB program that will add all the numbers correspon
MATLAB ASSIGNMENT Write a MATLAB program that will add all the numbers corresponding to the even indices of an array. For instance, if the array x was x = [1, 3, 5, 10], then it s…
MATLAB ASSIGNMENT: I JUST NEED HELP FOR PART 2 HERE\'S WHAT I DID FOR PART 1: Pa
MATLAB ASSIGNMENT: I JUST NEED HELP FOR PART 2 HERE'S WHAT I DID FOR PART 1: Part 1: Create a Matlab script hw7_1.m that prompts the user for two DNA sequence strings and scores a…
MATLAB As a newly hired engineer for Amgen, you have been tasked with scaling up
MATLAB As a newly hired engineer for Amgen, you have been tasked with scaling up the process for the production of a new cancer therapy drug Auximab (Amab) similar to Rituximab, a…
MATLAB As a researcher in a cancer therapeutics lab, you\'re assisting in an ani
MATLAB As a researcher in a cancer therapeutics lab, you're assisting in an animal study to test the side effects of a new drug. One of the anticipated side effects is ventricular…
MATLAB Assignment 2 Goals: - Learn matrix manipulation. - Use different built-in
MATLAB Assignment 2 Goals: - Learn matrix manipulation. - Use different built-in functions. - Learn basic plotting. 1. Create a script and name it _MatLab_2.m, and save it on the …
MATLAB Assignment#1 Write a MATLAB code that performs the function of (polynomia
MATLAB Assignment#1 Write a MATLAB code that performs the function of (polynomials' calculator and plotter of the nth order), so that the user can make the basic mathematical oper…