문제를 풀었습니다


UICBioE240 problem 1.13
Compute the following - y = x^5/(x^-1) and y = (1-(1/x^5))^-1. Have the final answer of y to equal a 1 by 2 vector.

거의 3년 전

문제를 풀었습니다


UICBioE240 problem 1.17
In the expression (2+5i), how does MATLAB read the expressions A = 2+5i B = 2+5*i C = both are okay Write capital letter a...

거의 3년 전

문제를 풀었습니다


UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.

거의 3년 전

문제를 풀었습니다


Function substitution (2)
Evaluate the function for the given values of the variables N and t

거의 3년 전

문제를 풀었습니다


Function substitution (1)
Evaluate the function for the given values of the variables N and t

거의 3년 전

문제를 풀었습니다


Mathematical formula
Find the value of the expression given the values of variables t and k. Assume g=9.81

거의 3년 전

문제를 풀었습니다


Travel time
Calculate the time (in hours) it takes a car traveling at a given uniform speed of s km/hour to travel a distance of d km. For i...

거의 3년 전

문제를 풀었습니다


Array Concatenation (2)
Given two matrices, a and b, concatenate the two matrices vertically, i.e., the number of rows of the result should be equal to ...

거의 3년 전

문제를 풀었습니다


Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...

거의 3년 전

문제를 풀었습니다


We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...

거의 3년 전

문제를 풀었습니다


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

거의 3년 전

문제를 풀었습니다


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

거의 3년 전

문제를 풀었습니다


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

거의 3년 전

문제를 풀었습니다


Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...

거의 3년 전

문제를 풀었습니다


Differential equations I
Given a function handle |f| an initial condition |y0| and a final time |tf|, solve numerically the differential equation dy...

거의 3년 전

문제를 풀었습니다


Make a Plot with Functions
Make a plot and test

거의 3년 전

문제를 풀었습니다


Monte-Carlo integration
Write a function that estimates a d-dimensional integral to at least 1% relative precision. Inputs: * d: positive integer....

거의 3년 전

문제를 풀었습니다


The Birthday Phenomenon
First off, leap years are not being considered for this. In fact the year that people are born shouldn't be taken into considera...

거의 3년 전

문제를 풀었습니다


Total energy

거의 3년 전

문제를 풀었습니다


Potential energy calculation

거의 3년 전

문제를 풀었습니다


Kinetic energy calculation

거의 3년 전

문제를 풀었습니다


Laws of motion 6

거의 3년 전

문제를 풀었습니다


Laws of motion 5

거의 3년 전

문제를 풀었습니다


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

거의 3년 전

문제를 풀었습니다


Laws of motion 3

거의 3년 전

문제를 풀었습니다


Laws of motion 2

거의 3년 전

문제를 풀었습니다


Laws of motion 1

거의 3년 전

문제를 풀었습니다


Get the n-th rand number with given seed
Given seed s, return the n-th rand number using rand(). Round the answer with 4 digits. n is a postive integer.

거의 3년 전

문제를 풀었습니다


Difference of Closest Palindromes

거의 3년 전

문제를 풀었습니다


Number Puzzle - 118

거의 3년 전

더 보기