
Shivanshi Patel
PDPM IIIT Jabalpur
Student
B. Tech 'ECE'
Statistics
Cody
0 문제
222 해답
순위
N/A
of 258,114
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
456
of 110,283
참여
0 문제
222 해답
점수
2,915
배지 수
12
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...
3달 전
해결됨
Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...
3달 전
해결됨
Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>
3달 전
해결됨
Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...
3달 전
해결됨
Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...
3달 전
해결됨
Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?
3달 전
해결됨
Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?
3달 전
해결됨
Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?
3달 전
해결됨
Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?
3달 전
해결됨
Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?
3달 전
해결됨
Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?
3달 전
해결됨
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
3달 전
해결됨
Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...
6달 전
해결됨
Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.
8달 전
해결됨
Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...
8달 전
해결됨
"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...
8달 전