Community Profile

photo

Thirusabaresaan P


Active since 2021

Programming Languages:
R
Spoken Languages:
英语, French

Statistics

All
  • Commenter
  • CUP Challenge Master
  • Promoter
  • Community Group Solver
  • 求解器
  • First Answer
  • First Submission

查看徽章

Content Feed

Channel


iot weather monitoring
IoT domain Analyst Exp 1

6 months ago

解决了


储蓄罐的问题
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

11个月前

解决了


Convert Kilometers to Miles
Convert kilometers to miles. Consider 1 km = 0.62 mile. Note: Don't use the '*' operator.

11个月前

解决了


Cumulative product of a vector
Cumulative product of a vector example x=[1 2 5 10], then answer must be [ 1 2 10 100] *If you like this prob...

11个月前

解决了


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

11个月前

解决了


反向矩阵
Its simple. You have to reverse a given matrix.

11个月前

解决了


Product of elements in row
Product of matrix such that a=[3 3 1] b=9

11个月前

解决了


y equals x divided by 2
function y = x/2

11个月前

解决了


Factorial Numbers
阶乘是整数的乘法。因此,6的阶乘为720 = 1 * 2 * 3 * 4 * 5 * 6因此6阶乘=阶乘(720)....

11个月前

解决了


Multiply pi
Multiply pi with x!

11个月前

解决了


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

11个月前

解决了


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

11个月前

解决了


Areas
鉴于某些维度决定了该形状的面积。如果只给出一个值,则假定其半径。使用圆形(x)圆形...

11个月前

解决了


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

11个月前

解决了


Kinetic Energy
Given the mass m and velocity v of an object, determine its .

11个月前

解决了


Product of Array
Given an array of numbers. Get the product of the array.

11个月前

解决了


find the answer

11个月前

解决了


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

11个月前

解决了


find the value

11个月前

解决了


find the answer

11个月前

解决了


Max of a Vector
编写一个函数以返回向量的最大值

11个月前

解决了


find the answer

11个月前

解决了


find the answer

11个月前

解决了


球体的体积

11个月前

解决了


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

11个月前

解决了


Flipping
编写可以反向向量的代码,而无需使用任何循环。给定输入向量a = [1 2 3 4 5 ...

11个月前

解决了


area

11个月前

解决了


Square a Number
Given an input x, return y, which is equal to the square of x.

11个月前

解决了


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

11个月前

解决了


Speed of car
计算汽车的距离,分别在X和Y中花费时间

11个月前

Load more