A résolu


Non trivial identities - polynomial
Return x as a polynomial of itself.

plus de 9 ans il y a

A résolu


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

plus de 9 ans il y a

A résolu


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

plus de 9 ans il y a

A résolu


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

plus de 9 ans il y a

A résolu


Narcissistic number ?
Inspired by Problem 2056 created by Ted. In recreational number theory, a narcissistic number is a number that is the sum of ...

plus de 9 ans il y a

A résolu


Concatenating strings
* Write a statement that assigns fullName with firstName, a space, then lastName. Ex: If firstName is Alan and lastName is Tu...

plus de 9 ans il y a

A résolu


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

plus de 9 ans il y a

A résolu


Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation. Note: the number 4 has no circ...

plus de 9 ans il y a

A résolu


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

plus de 9 ans il y a

Réponse apportée
What is the command to repeat the program?
Here it is: while 1 x = input('Enter your input: '); %check the input according to your needs %for...

plus de 9 ans il y a | 4

A résolu


Non trivial identities - double negative
Return x after negating it.

plus de 9 ans il y a

A résolu


Negative matrix
Change the sign of all elements in given matrix.

plus de 9 ans il y a

A résolu


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

plus de 9 ans il y a

A résolu


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

plus de 9 ans il y a

A résolu


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

plus de 9 ans il y a

A résolu


Non trivial identities - power
Return x by by rising it to a power.

plus de 9 ans il y a

A résolu


Non trivial identities - roots
Return x after rooting it.

plus de 9 ans il y a

A résolu


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

plus de 9 ans il y a

A résolu


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

plus de 9 ans il y a

A résolu


Will there be a new leader?
Simply answer the title.

plus de 9 ans il y a

A résolu


05 - Vector Equations 2
Define the vectors _aVec_ and _bVec_: <<http://samle.dk/STTBDP/Assignment1_2a.png>> and <<http://samle.dk/STTBDP/Assig...

plus de 9 ans il y a

A résolu


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

plus de 9 ans il y a

Réponse apportée
Can anyone help me to convert a 2-D array of three variable (0,1,2) to an image?
To have 3d array: img(:,:,1)=var1; img(:,:,2)=var2; img(:,:,3)=var3;

plus de 9 ans il y a | 4

Réponse apportée
Im trying to print a randomized vector with 20 columns for each row. How do I get to stop after it reaches the final value of the vector?
There is no need to write them each time. Use vectorization of *fprintf* command. rando=randi([0,9],1,65); fprintf('%d '...

plus de 9 ans il y a | 3

Réponse apportée
How to create a loop with the sum adding up to a given N?
There is a well-known formula by Gauss x= n(n+1)/2;

plus de 9 ans il y a | 4

A résolu


Half?
If you toss an even number (x) of coins, what is the probability (y) of 50% head and 50% tail?

plus de 9 ans il y a

A résolu


07 - Common functions and indexing 2
Define _eMat_: <<http://samle.dk/STTBDP/Assignment1_3e.png>> Calculate eMean as the mean across the rows of _eMat_. The an...

plus de 9 ans il y a

A résolu


Non trivial identities - complexification
Return x by complexifying it.

plus de 9 ans il y a

A résolu


Complex number
For complex number c=a+bi, write code that will add a and b together.

plus de 9 ans il y a

A résolu


05 - Vector Equations 3
Define the vector _dVec_: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 10) ...

plus de 9 ans il y a

Charger plus