Risolto


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

quasi 2 anni fa

Risolto


Seperate 2nd column in a matrix

quasi 2 anni fa

Risolto


Find Logic 1

quasi 2 anni fa

Risolto


find the index of a number

quasi 2 anni fa

Risolto


Double the length of the vector

quasi 2 anni fa

Risolto


Half the length of the vector

quasi 2 anni fa

Risolto


Product of elements in a column

quasi 2 anni fa

Risolto


non-repitition of numbers in a vector

quasi 2 anni fa

Risolto


Classification metrics

quasi 2 anni fa

Risolto


Minkowski distance

quasi 2 anni fa

Problema


Chain multiplication - 05
Following up on the problem in 55305, you found the optimal way of multiplying a chain of matrices. In problem 55315, you had t...

quasi 2 anni fa | 0 | 2 risolutori

Risolto


Find the slope of a line that passes through two vectors
Given two vectors p1 and p2, return the slope of a line that passes through p1 and p2. Examples: Input [p1,p2] = deal([0,1],[...

quasi 2 anni fa

Risolto


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

quasi 2 anni fa

Risolto


Sum of 2 numbers in array
Given an array and a target sum, return true if any 2 numbers in the array sum up to the given target sum. Both numbers cannot h...

quasi 2 anni fa

Risolto


Simulate one complete step in the Biham–Middleton–Levine traffic model
The <http://en.wikipedia.org/wiki/Biham%E2%80%93Middleton%E2%80%93Levine_traffic_model Biham–Middleton–Levine traffic model> is ...

quasi 2 anni fa

Risolto


Data Regularization
Provided is an m-by-n integer data matrix A whose elements are drawn arbitrarily from a set *S* = [1,2,3,...,S] for any large in...

quasi 2 anni fa

Risolto


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

quasi 2 anni fa

Risolto


Generalised Hamming Number
Inspired by Project Euler n°204 and Problem 1308 by James A generalised Hamming number of type n, has no prime factor larger ...

quasi 2 anni fa

Risolto


Give me Hamming on five, hold the mayo
A Hamming Number is a positive number that has no prime factor greater than 5. Given a number X, determine how many Hamming num...

quasi 2 anni fa

Risolto


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

quasi 2 anni fa

Risolto


Polar Form Complex Number Entry
Write a function that takes the magnitude and angle(in degrees) of a complex number and returns a complex variable. Positive ang...

quasi 2 anni fa

Risolto


Easy Sequences 10: Sum of Cumsums of Fibonacci Sequence
The function F(n) is defined as the set of Fibonacci numbers from the first up to the n-th. S(n) is the result of applying to F,...

quasi 2 anni fa

Risolto


Find all prime factors of the input
Given an input x, find its all prime factors. Return the vector with all factors in ascending order. Efficiency is the key here...

quasi 2 anni fa

Risolto


Sequence
Let S be a sequence of numbers Let Find for some , where and .

quasi 2 anni fa

Risolto


Summy's odd sum

quasi 2 anni fa

Risolto


Summy's even sum

quasi 2 anni fa

Risolto


Check if a matrix Diagonal is equal to its secondary diagonal
Your function should return True if the secondary diagonal is equal to diagonal, and False otherwise. Eg: M = [1 2 1 ...

quasi 2 anni fa

Risolto


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

quasi 2 anni fa

Risolto


Add the number of horizontal and vertical movements to each matrix element
Given n, create a square matrix and with element (1,1) = 1, add 1 to each element for each horitizonal and vertical movement. E...

quasi 2 anni fa

Risolto


Exhaust all possible logical vectors
Input a length argument and list all possible logical vectors of that length. My solution is of size 29. Can you find an even s...

quasi 2 anni fa

Carica altro