Solved


Calculate the Number of Moles
The number of moles of a substance is calculated using the formula: Mass (g) = Moles / Molar Mass (g/mol)​ Write a function ca...

10 months ago

Solved


Remove Duplicate Words from a Sentence
Given a sentence as a string, remove all duplicate words while keeping their first occurrence and maintaining the original word ...

10 months ago

Solved


Sum of Positive Elements in a Matrix
Given a matrix A, write a function that returns the sum of all positive elements in A. Input: A = [-3, 4, -1; 6, -2, 8] ...

10 months ago

Solved


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

10 months 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...

10 months 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...

10 months 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...

10 months 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 ...

10 months 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...

10 months 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...

10 months 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...

10 months 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...

10 months 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...

10 months ago

Solved


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

10 months ago

Solved


Create a fibonacci series

10 months 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...

10 months 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...

10 months ago

Solved


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

10 months ago

Solved


x = 1

10 months ago

Solved


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

10 months ago

Solved


Subtraction
Given two numbers a and b subtract them

10 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

10 months ago

Solved


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

10 months ago

Solved


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

10 months ago

Solved


Prime Number
Determine if a number is prime

10 months ago

Solved


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

10 months ago

Solved


Mode
Find the mode of a vector x

10 months ago

Solved


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

10 months ago

Solved


num to char
make num into char

10 months ago

Solved


add num
add two numbers a and b

10 months ago

Load more