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

Engineering analysis

218221 questions • Page 3955 / 4365

Write a function that returns the values of the two inputs in reversed order: fu
Write a function that returns the values of the two inputs in reversed order: function [a, b] = swap(x, y). To use it to swap the values of two variables simply write [v1, v2] = s…
Write a function that will generate a single sinusoid, x(t) = Acos(2p i f t + ph
Write a function that will generate a single sinusoid, x(t) = Acos(2p i f t + phi), by using input arguments for frequency (f) in Hz (freq), complex amplitude X = Ae^j phi(camp), …
Write a function to convert the speed of a vessel in knots to speed in kmh, mph,
Write a function to convert the speed of a vessel in knots to speed in kmh, mph, or fps. Notes: Name your function knot Conversion(). Your function should accept two input argumen…
Write a function to convert the speed of a vessel in knots to speed in kmh, mph,
Write a function to convert the speed of a vessel in knots to speed in kmh, mph, or fps. Notes: Name your function knot Conversion(). Your function should accept two input argumen…
Write a function which gets three numbers and return the summation and average o
Write a function which gets three numbers and return the summation and average of them. Write a function which let us know between two numbers which one is greater. Write a functi…
Write a function which gets three numbers and return the summation and average o
Write a function which gets three numbers and return the summation and average of them. Write a function which let us know between two numbers which one is greater. Write a functi…
Write a function which gets three numbers and return the summation and average o
Write a function which gets three numbers and return the summation and average of them. Write a function which let us know between two numbers which one is greater. Write a functi…
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 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 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, substr_count , that counts the occurrences of the subString “c
Write a function, substr_count, that counts the occurrences of the subString “class” in an input string, srcString. #include <stdio.h> #include <string.h> //YOU CAN US…
Write a least one paragraph (approximately 5 sentences) describing what you find
Write a least one paragraph (approximately 5 sentences) describing what you find the most interesting in this massive survey project. Write a maximum of two paragraphs. You must S…
Write a macro in VBA excel that converts an azimuth in degrees to a bearing in d
Write a macro in VBA excel that converts an azimuth in degrees to a bearing in degrees minutes and seconds. Use message boxes to input and output data. The input message box must …
Write a main function, and the following functions to compute the stress and str
Write a main function, and the following functions to compute the stress and strain oa a steel rod(D) (in inches) and length(L) in inches subject to the compression load(P) of 10,…
Write a main() that asks a user for the birthdays of two people (storing them in
Write a main() that asks a user for the birthdays of two people (storing them in two structs that have been declared in main), then uses the function written above to determine wh…
Write a main() that asks a user for the birthdays of two people (storing them in
Write a main() that asks a user for the birthdays of two people (storing them in two structs that have been declared in main), then uses the function written above to determine wh…
Write a matlab code for the following... apply Dirichlet boundary conditions. Th
Write a matlab code for the following... apply Dirichlet boundary conditions. Thanks! always unstabie. fol 9. The DuFort-Prankel scheme for solving the diffusion equation uses dis…
Write a matlab function m-file Check1(Xin) that takes an array Xin as input and
Write a matlab function m-file Check1(Xin) that takes an array Xin as input and returns an output array Xout such that the output contains the deviation of the input data from the…
Write a matlab function myquad (a, b, c) that returns the roots of a quadratic e
Write a matlab function myquad (a, b, c) that returns the roots of a quadratic equation ax^2 + bx + c = 0. The algorithm you need to use: Test whether the equation is a true quadr…
Write a matlab function that helps a robot can traverse through a maze avoiding
Write a matlab function that helps a robot can traverse through a maze avoiding any collision with the wall. (a) Code runs without error (10 points) (b) Code satisfies the specifi…
Write a matlab function to plot the three phase AC power which i snormally gener
Write a matlab function to plot the three phase AC power which i snormally generated by electric power companies versus time(t). Name the function"ThreePhasePower". The three phas…
Write a matlab program which will find the root of the following equation within
Write a matlab program which will find the root of the following equation within the interval 0<x<1. The program should solve the problem using two methods: 1) Binary Serach…
Write a menu-driven C++ application to do the activities shown in the associated
Write a menu-driven C++ application to do the activities shown in the associated example output. All of the activities involve reading the provided file, names.txt, which gives ba…
Write a method that returns a message based on the day of the week and the natur
Write a method that returns a message based on the day of the week and the nature of the weather. If the day of the week is Monday, Tuesday or Wednesday and regardless of the weat…
Write a method that takes 3 parameters: 2 double, (num1 and num2) and 1 char (ty
Write a method that takes 3 parameters: 2 double, (num1 and num2) and 1 char (type), in that order, and returns a double value (rounded to two decimal places - use Math.round()) d…
Write a method that will convert the supplied number from Celcius to Fahrenheit
Write a method that will convert the supplied number from Celcius to Fahrenheit or from Fahrenheit to Celcius depending on whether the variable toMetric is true If it is then conv…
Write a new MATLAB function as described in the following: 1. The new function w
Write a new MATLAB function as described in the following: 1. The new function will have three input parameters: f, W, C. 2. Parameter f will specify the frequency of the square w…
Write a paragraph on the relativity test by bending of light equation 2.12: (dr/
Write a paragraph on the relativity test by bending of light equation 2.12: (dr/d?)^2 + (1-(r*/r)) (l^2)/(r^2)= P^2esc= l^2/b^2 r^2 d/dlambda= l=bp_esc Write a paragraph on the re…
Write a paragraph to answer the following question: If you are butt welding two
Write a paragraph to answer the following question: If you are butt welding two plates of cold worked aluminum together using a V-groove weld joint. If you require three passes to…
Write a part program manually (that is, use G, M, T, etc.) to mill the edge of t
Write a part program manually (that is, use G, M, T, etc.) to mill the edge of the late shown in Figure below. The dimensions are in millimeters, and the raw material, a rectangul…
Write a program (Arduino Code) to make use of an Arduino mega 2560. The program
Write a program (Arduino Code) to make use of an Arduino mega 2560. The program should have a DHT 11/22 temperature and humidity meter with led functionality to give a visual repr…
Write a program (MATLAB) which generates exponential random variables, and use i
Write a program (MATLAB) which generates exponential random variables, and use it to test the Central Limit Theorem as follows. For various values of n (say, 5, 10, 20, 50, 100, 1…
Write a program about color processing: first declare an enumeration type for co
Write a program about color processing: first declare an enumeration type for colors red, green, blue and other colors in global. Next write a function which initializes an array …
Write a program called Average.java that prompts a user to enter a number, and a
Write a program called Average.java that prompts a user to enter a number, and allows the user to continue to enter numbers until she responds with a negative number. At that poin…
Write a program in ARM assembler that will average 64 unsigned integers that are
Write a program in ARM assembler that will average 64 unsigned integers that are stored in an array. The unsigned integers are 32 bit wide words. Assume the base address of the ar…
Write a program in IJVM Assembly Language, as expected by the mic1 IJVM Assemble
Write a program in IJVM Assembly Language, as expected by the mic1 IJVM Assembler, for a microwave controller. Your program will take a single digit input from the user and displa…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754
Write a program in JAVA to read in a 32-bit pattern and translate to a IEEE-754 floating point number. Do not use library routines. Be sure to look for infinity, -infinity, zero a…
Write a program in MATLAB and Upload as a single .m file in the location, WT Cla
Write a program in MATLAB and Upload as a single .m file in the location, WT Class s.Lessons ...Final Exam [30 points depends on the lot you select, and how long you stay Consider…
Write a program in MATLAB and Upload as a single .m file in the location, WT Cla
Write a program in MATLAB and Upload as a single .m file in the location, WT Class s.Lessons ...Final Exam [30 points depends on the lot you select, and how long you stay Consider…
Write a program in assembler to add two 4-byte numbers. The numbers are stored a
Write a program in assembler to add two 4-byte numbers. The numbers are stored at data memory location from 0x0200~0x0207. The sum of the numbers will be stored at 0x0208~0x020B i…
Write a program in assembly language that loads register R2 with the word in mem
Write a program in assembly language that loads register R2 with the word in memory location which is 10 bytes above the address in R0; and loads register R3 with the word in memo…
Write a program in assembly language that loads register R2 with the word in mem
Write a program in assembly language that loads register R2 with the word in memory location which is 10 bytes above the address in R0; and loads register R3 with the word in memo…
Write a program in assembly language to control a sump pump. A sump well collect
Write a program in assembly language to control a sump pump. A sump well collects water runoff. The sump pump pumps out the well whenever it fills up. When the level rises to a hi…
Write a program in assembly to modify the state of LED1 and LED2 depending upon
Write a program in assembly to modify the state of LED1 and LED2 depending upon whether SW1 or SW2 is pressed. At program startup, both LED1 and LED2 should be turned off. When SW…
Write a program named Problem_7.c that: 1. calls a function named MyPointerAddfu
Write a program named Problem_7.c that: 1. calls a function named MyPointerAddfun.c and passes three integer pointers as given in the prototype: void MyFunWithPointer(int *x, int …
Write a program that accepts a date from the user in the form mm/dd/yyyy and the
Write a program that accepts a date from the user in the form mm/dd/yyyy and then displays it in the form month dd, yyyy, where month is the written name of the month. Store the m…
Write a program that accepts a date from the user in the form mm/dd/yyyy and the
Write a program that accepts a date from the user in the form mm/dd/yyyy and then displays it in the form month dd, yyyy, where month is the written name of the month. Store the m…