Statistics
0 Problems
140 Solutions
RANK
N/A
of 301,513
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,310
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Solved
Maximum Power Transfer
Engineers at Texas Instruments design circuits for maximum efficiency. Internal resistance = 4 Ω Find load resistance for maxi...
2 months ago
Solved
Kirchhoff’s Loop Law
Engineers at ISRO design spacecraft circuits. Battery = 10 V Total resistance = 2 Ω Find current in loop.
2 months ago
Solved
Power Loss in Transmission Lines
Electricity transmitted by Power Grid Corporation of India experiences power loss due to resistance. Current = 10 A Resistance...
2 months ago
Solved
Car Battery Internal Resistance
Engineers at Tata Motors test a car battery with: EMF = 12 V Internal resistance = 1 Ω External resistance = 5 Ω Find curren...
2 months ago
Solved
Parallel Circuit in Home Wiring
Home appliances connected in parallel in a house in Gurgaon have resistances of 6 Ω and 3 Ω. Find equivalent resistance.
2 months ago
Solved
Series Circuit in Street Lights
Street lights installed by the Delhi Electricity Distribution Company use three resistors of 2 Ω, 3 Ω, and 5 Ω in series. Find ...
2 months ago
Solved
Electric Heater Safety Test
Engineers at Havells test a heater connected to 220 V supply. The heater resistance is 44 Ω. They need to calculate power consu...
2 months ago
Solved
Emergency Torch in a Power Cut
During a power outage in Lucknow, Riya uses an emergency torch powered by a battery of 6 V connected to a bulb with resistance 3...
2 months ago
Solved
Compute the required brake torque at wheel to stop the car
Brake torque defines how effectively braking force translates into wheel deceleration. Given braking force and wheel radius, det...
2 months ago
Solved
Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...
2 months ago
Solved
Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...
2 months ago
Solved
Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...
2 months ago
Solved
Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...
2 months ago
Solved
03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)
2 months ago
Solved
Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...
2 months ago
Solved
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
2 months ago
Solved
Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.
2 months ago
Solved
Compute vehicle stopping distance using initial speed and constant deceleration.
Given vehicle speed v (m/s) and constant deceleration a (m/s²), compute stopping distance Remember: d = v² / (2a)
2 months ago
Solved
Use R2016b Text Manipulations to Fix These Addresses (Part 3)
We have a series of addresses like the following which we'd like to reformat. Each of the addresses lacks a space and a comma ...
3 months ago
Solved
Use R2016b Text Manipulations to Fix These Addresses (Part 2)
We have a series of addresses like the following which we'd like to reformat. All the addresses are in the Boston area of Mass...
3 months ago
Solved
Use R2016b Text Manipulations to Fix These Addresses (Part 1)
We have a series of addresses like the following which we'd like to reformat. Can you remove the latitude and longitude from the...
3 months ago
Solved
Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...
3 months ago
Solved
When Was That Goal Scored?
We want to find out when the goals were scored in a particular soccer game. For each game, we are given a "Goal Event Data" XML ...
3 months ago
Solved
Is this is a Tic Tac Toe X Win?
For the game of Tic Tac Toe we will be storing the state of the game in a matrix M. For this game: We would store the state ...
3 months ago
Solved
How long do each of the stages of the rocket take to burn?
A space rocket has 3 stages: - stage 1, s1; - stage 2, s2; - stage 3, s3. If s1 burns 3 x as long as s2 which burns ...
8 months ago


