Resuelto


Add all the numbers between two limits (inclusive)
In this problem you must add up "all of the numbers" between two specified limits, |a| and |b|, in which |a| ≤ |b|. However, th...

más de 5 años hace

Resuelto


Flexible Anonymous Function
Given a function handle, return a handle to a function that would accept an arbitrary number of inputs, applies the function to ...

más de 5 años hace

Resuelto


Mask Generation Function (MGF1) for PKCS #1 Standard utilizing Optimal Asymmetric Encryption Padding for RSA Cryptography
Create Mask Generation Function (MGF1) from PKCS #1 v2.2 standard (B.2.1 page 50) at below link. Input will be character array (...

más de 5 años hace

Resuelto


Determine RSA keys (public and private) given two prime number character strings (p and q)
Given two prime number character strings (p and q), generate the RSA public and private keys (n and d) with e = 65537. The more ...

más de 5 años hace

Resuelto


RSA decryption
Decrypt a large integer string using RSA decryption given the public key (n) and private key (d). Convert the large integer decr...

más de 5 años hace

Resuelto


RSA encryption using public key
Encrypt the message text by converting to uint8 matrix using UTF-8 representation. Convert uint8 matrix to a large integer strin...

más de 5 años hace

Resuelto


Sum of all the divisors of n

más de 5 años hace

Resuelto


Ternary Conditional Operator
Returns one of two expressions depending on a condition. (test) : (expression1) : (expression2) *test:* Any Boolean ex...

más de 5 años hace

Resuelto


Derivative function
Given a function handle f, generate a function that evaluates the derivative of f Examples: f = @sin; df = De...

más de 5 años hace

Resuelto


Numerical differentiation with high precision

más de 5 años hace

Resuelto


PRIME GENERATOR

más de 5 años hace

Resuelto


Seperate 2nd column in a matrix

más de 5 años hace

Resuelto


Find the value of Y

más de 5 años hace

Resuelto


NaN

más de 5 años hace

Resuelto


imaginary

más de 5 años hace

Resuelto


Real

más de 5 años hace

Resuelto


Size

más de 5 años hace

Resuelto


Matrix operation

más de 5 años hace

Resuelto


Swap

más de 5 años hace

Resuelto


Get Next Combination
Return next combination For example three-element combinations of 1:5 1 2 3 1 2 4 1 ...

más de 5 años hace

Resuelto


Write out numbers in words
Write out numbers in words ( range [0-9999] ) with British spelling rules. For example; * 1 > one * 56 > fifty-six * 100 >...

más de 5 años hace

Resuelto


Bridge and Torch Problem - Minimum time
<https://en.wikipedia.org/wiki/Bridge_and_torch_problem Details of the problem ...> Input is crossing time list. (for exampl...

más de 5 años hace

Resuelto


Bridge and Torch Problem - Probability
<https://en.wikipedia.org/wiki/Bridge_and_torch_problem Details of the problem ...> There are four people who wants to cross...

más de 5 años hace

Resuelto


Bridge and Torch Problem - Length of Unique Time List
<https://en.wikipedia.org/wiki/Bridge_and_torch_problem Details of the problem ...> Input is crossing time list. (for exampl...

más de 5 años hace

Resuelto


Basic Monte Carlo Simulation
Input is a matrix including service time and probability of service time. Another input is a random number. Function should tran...

más de 5 años hace

Resuelto


How many bytes an image requires from RAM?

más de 5 años hace

Resuelto


Takuzu row
Takuzu row is one row in a logic puzzle of a rectangular grid. The rules are as follows: (1) The row is filled with 1s and 0s...

más de 5 años hace

Resuelto


Siblings of a graphics object
Given a valid, scalar, handle of a graphical object: find the set of all objects that have the same parent as the original that...

más de 5 años hace

Cargar más