Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

10 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

10 meses hace

Resuelto


Create a fibonacci series

10 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

10 meses hace

Resuelto


x = 1

10 meses hace

Resuelto


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

10 meses hace

Resuelto


Subtraction
Given two numbers a and b subtract them

10 meses hace

Resuelto


Multiplication
Given 2 numbers a and b mulitply them

10 meses hace

Resuelto


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

10 meses hace

Resuelto


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

10 meses hace

Resuelto


Prime Number
Determine if a number is prime

10 meses hace

Resuelto


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

10 meses hace

Resuelto


Mode
Find the mode of a vector x

10 meses hace

Resuelto


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

10 meses hace

Resuelto


num to char
make num into char

10 meses hace

Resuelto


add num
add two numbers a and b

10 meses hace

Cargar más