Gelöst


x

mehr als 2 Jahre vor

Gelöst


alegrebra
x+1

mehr als 2 Jahre vor

Gelöst


alegebra
x+1

mehr als 2 Jahre vor

Gelöst


Where the Four Corners Am I? (Vectorized)
NOTE: this problem is intended to build on problem #55960 ("Where the Four Corners Am I?"). You may wish to solve that problem f...

mehr als 2 Jahre vor

Gelöst


Where the Four Corners Am I?
The "Four Corners" region of the US is where Colorado, Utah, Arizona, and New Mexico all meet - the only place where four states...

mehr als 2 Jahre vor

Gelöst


Taylor Series
You can use a Taylor series to approximate common functions. The Taylor series for sin(x) is Using only the first several te...

mehr als 2 Jahre vor

Gelöst


Calculate Angle From Axis
Given coordinates x and y, an axis ("X" or "Y"), and a direction ("cw" or "ccw", meaning clockwise and counterclockwise, respect...

mehr als 2 Jahre vor

Gelöst


Jack O'Lantern
If visualized correctly, the data contained in the matrix A will look like a jack-o'-lantern. Create a function that will visu...

mehr als 2 Jahre vor

Gelöst


Adding Inset Plots
You can use the axes function to define the position of an empty x/y axis. The position is measured relative the the bottom left...

mehr als 2 Jahre vor

Gelöst


3D Plots and Colorbars
Use the matrices X, Y, and Z provided in the function template to create a surface plot. Add a colorbar to the surface plot and ...

mehr als 2 Jahre vor

Gelöst


Power Outages Histogram
Create a function that takes power outage data as an input and creates a histogram of the number of outages as a function of Reg...

mehr als 2 Jahre vor

Gelöst


Vector multiplication
Given two row vectors, v1 and v2, each representing an integer, such that the vector elements are the digits from left to right,...

mehr als 2 Jahre vor

Gelöst


x
X

mehr als 2 Jahre vor

Gelöst


addition
x

mehr als 2 Jahre vor

Gelöst


x
x

mehr als 2 Jahre vor

Gelöst


addition
x=1

mehr als 2 Jahre vor

Gelöst


Recursive triangle area
Given triangle 1 with sides of length a, b, and c. Triangle 2 is constructed within triangle 1 by bisecting each side. Triangl...

mehr als 2 Jahre vor

Gelöst


Reproduce this plot!
Write a function that will take a dataset (x,y), a best fit model (model), and the upper and lower prediction bounds (lb,ub) for...

mehr als 2 Jahre vor

Gelöst


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

mehr als 2 Jahre vor

Gelöst


Create a random logical vector of N elements of which M are true.
Your task for tomorrow is to create a random binary (logical) vector of N elements of which M are true. For example: ran...

mehr als 2 Jahre vor

Gelöst


x

mehr als 2 Jahre vor

Gelöst


Find the square root of x
Determine the square root of x. For example square root of 4 is 2.

mehr als 2 Jahre vor

Gelöst


a
algebra

mehr als 2 Jahre vor

Gelöst


Finding area of a triangle.
Find the area of an equalateral triangle with sides of 3 inches,

mehr als 2 Jahre vor

Gelöst


Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N

mehr als 2 Jahre vor

Gelöst


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

mehr als 2 Jahre vor

Gelöst


Magnitude with vargin
Return the magnitude (square root of the sum of the squares) for an undefined number of input arguments.

mehr als 2 Jahre vor

Gelöst


2行2列の行列の行列式を求めてみよう
ある2行2列の行列の入力に対して、行列式を出力してください。 例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。

mehr als 2 Jahre vor

Gelöst


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

mehr als 2 Jahre vor

Gelöst


Calculate BMI
Given weight in kgs and height in metres, calculate body mass index

mehr als 2 Jahre vor

Mehr laden