
AMITAVA BISWAS
EXPLORER
Professional Interests: Computation, Mathematics, Engineering, Biology.
Statistics
RANK
N/A
of 273,499
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
4,933 of 18,460
REPUTATION
244
AVERAGE RATING
4.70
CONTRIBUTIONS
9 Files
DOWNLOADS
11
ALL TIME DOWNLOADS
2287
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
How To Draw Simple Egg Shape Drawing Sketch Figure by Matlab
Drawing Egg Shape may be very challenging and time consuming. Here is a very compact and easy solution.
2 years ago | 1 download |

Submitted
Draw Sketch Profile Cookie Cupcake Gear Wavy Circular Shapes
Draw Sketch Profile Cookie Cupcake Gear Wavy Circular Shapes
2 years ago | 1 download |

Submitted
Drawing Tilted Ellipse Shapes by MATLAB
Drawing Tilted Ellipse Shapes by MATLAB
2 years ago | 1 download |

Submitted
Simple HEART Shape Drawing by MATLAB
Drawing HEART Shape may be very challenging and time consuming. Here is a very compact and easy solution by Matlab commands.
2 years ago | 2 downloads |

Solved
Pandigital Multiples of 11 (based on Project Euler 491)
A "Pandigital number of order X" is one that contains all of the numbers from 0 to X, but with no leading zeroes. If X>9, the c...
5 years ago
Solved
Is this a valid Tic Tac Toe State?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...
5 years ago
Solved
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
5 years ago
Solved
Predicting life and death of a memory-less light bulb
You have a light bulb that can fail any moment according to the exponential probability distribution. At any moment, the pro...
5 years ago
Solved
A Simple Tide Gauge with MATLAB
You are standing in a few inches of sea water on a beach. You are wondering whether the high tide is coming soon or it has ju...
5 years ago
Solved
Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...
5 years ago
Solved
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
5 years ago
Solved
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
5 years ago
Solved
Acid and water
Assume that there is a 100 liter tank. It is initially filled with just distilled water. It is continuously drained at R...
5 years ago
Solved
An asteroid and a spacecraft
Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian coordinates...
5 years ago
Problem
An asteroid and a spacecraft
Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian coordinates...
5 years ago | 5 | 155 solvers
Problem
Acid and water
Assume that there is a 100 liter tank. It is initially filled with just distilled water. It is continuously tapped at R ...
5 years ago | 2 | 249 solvers
Problem
Predicting life and death of a memory-less light bulb
You have a light bulb that can fail any moment according to the exponential probability distribution. At any moment, the pro...
5 years ago | 2 | 318 solvers
Problem
A Simple Tide Gauge with MATLAB
You are standing in a few inches of sea water on a beach. You are wondering whether the high tide is coming soon or it has ju...
5 years ago | 4 | 371 solvers
Problem
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
5 years ago | 7 | 1486 solvers
Problem
Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...
5 years ago | 5 | 540 solvers
Problem
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
5 years ago | 12 | 1350 solvers
Solved
Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.
5 years ago
Problem
Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.
5 years ago | 1 | 64 solvers
Solved
Calories in a slice of pizza?
The total calories C in a pizza is printed on its box. You know the angle A (degrees) of the slice you placed on your plate. Ple...
5 years ago
Problem
Calories in a slice of pizza?
The total calories C in a pizza is printed on its box. You know the angle A (degrees) of the slice you placed on your plate. Ple...
5 years ago | 1 | 93 solvers
Solved
Minimum possible M of the maximum side of a triangle of given area A.
Suppose a triangle has area A. Suppose it has three sides S1, S2, and S3. Suppose M = max([S1 S2 S3]). What is the minimum po...
5 years ago
Problem
Minimum possible M of the maximum side of a triangle of given area A.
Suppose a triangle has area A. Suppose it has three sides S1, S2, and S3. Suppose M = max([S1 S2 S3]). What is the minimum po...
5 years ago | 0 | 40 solvers
Solved
Check if any duplicates in your data
Given an array x, return a number n equal to the largest number of repetitions in your data. For example: If x=[1 2 3 6 8 4 9]...
5 years ago
Problem
Check if any duplicates in your data
Given an array x, return a number n equal to the largest number of repetitions in your data. For example: If x=[1 2 3 6 8 4 9]...
5 years ago | 1 | 49 solvers
Solved
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
5 years ago