Solved


Add 2 to any number.
Add 2 to any number.

1 year ago

Solved


Matrix Rotation by 90 Degrees
In this problem, you are tasked with rotating a given matrix by 90 degrees in a counter-clockwise direction. The input will be a...

1 year ago

Solved


Estimating Monthly Electricity Cost for a Household Appliance
You recently bought an electric kettle for your kitchen, and you want to estimate how much it costs to run every month. The kett...

1 year ago

Solved


Voltage Divider Calculation
A voltage divider is a simple circuit used to obtain a reduced voltage from a higher voltage source using two resistors in serie...

1 year ago

Solved


LED Current Calculation
In an electrical circuit, the current (III) flowing through an LED is determined using Ohm’s Law: ​​ Where: I is the current ...

1 year ago

Solved


Inductor Energy Storage Calculation
The energy (EEE) stored in an inductor is given by the formula: Where: E is the energy in joules (J) L is the inductance in...

1 year ago

Solved


Estimating Battery Lifetime Based on Load Profile and Depth of Discharge (DoD)
In a Battery Management System (BMS), the lifetime of a battery depends on various factors, including the Depth of Discharge (Do...

1 year ago

Solved


Check if a Number is a Palindrome Without Converting to String
Write a function that checks if a given positive integer is a palindrome without converting the number to a string or using stri...

1 year ago

Solved


What kind of triangle?
Write a function named check_triangle that receives three positive integers as input: a, b, and c. These three numbers are inte...

1 year ago

Solved


Count Vowels at Even Indices
Write a function `vowelEvenIndices` that counts the number of vowels (a, e, i, o, u) located at even indices (0-based) in a give...

1 year ago

Solved


Test x = 1
Write a function to make the variable x = 1

1 year ago

Solved


Create a fibonacci series

1 year ago

Solved


Matrix Diagonal Sum
Given a square matrix A of size n x n, write a function to compute the sum of the elements on both the main diagonal and the ant...

1 year ago

Solved


Zero Out Negative Elements
Write a MATLAB function called zeroNegatives that takes a numeric vector v as input and returns a modified version where all neg...

1 year ago

Solved


x = 3
write a funciton to make the variable x = 3

1 year ago

Solved


x = 1

1 year ago

Solved


Add two numbers
Given two numbers a and b add them together

1 year ago

Solved


Subtraction
Given two numbers a and b subtract them

1 year ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

1 year ago

Solved


Division
Given two numbers a and b divide them a/b

1 year ago

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

1 year ago

Solved


Prime Number
Determine if a number is prime

1 year ago

Solved


Find the mean
Find the mean of a given sdet of numbers in a vector x

1 year ago

Solved


Mode
Find the mode of a vector x

1 year ago

Solved


sum numbers to some value n
sum of numbers up to a value n

1 year ago

Solved


num to char
make num into char

1 year ago

Solved


add num
add two numbers a and b

1 year ago

Solved


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

1 year ago

Solved


round pi
round pi

1 year ago

Solved


wordle
create a dictionary and a playable game of wordle, figure out the solution.

1 year ago

Load more