photo

Muhtasim Haque Nahian


BUET

Last seen: 2달 전|2021이후활성

Undergrad Sophomore in the Dept. of Water Resources Engineering

Statistics

All
  • Draw Letters
  • Thankful Level 1
  • First Answer
  • Revival Level 1
  • Community Group Solver
  • Commenter
  • Promoter
  • 求解器

배지보기

Content Feed

보기 기준

해결됨


平方矩阵
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

9달 전

해결됨


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

9달 전

해결됨


Magnitude of a vector
给定矢量X,它的幅度是多少?

9달 전

해결됨


Draw a '9' in a zero matrix!

약 1년 전

해결됨


Draw a '2' in a zero matrix!

약 1년 전

해결됨


Draw a '0' in a one matrix!

약 1년 전

해결됨


Draw a '7' in a zero matrix!

약 1년 전

해결됨


Draw a '3' in a zero matrix!

약 1년 전

해결됨


Draw a '1' in a zero matrix!

약 1년 전

해결됨


Draw a '4' in a zero matrix!

약 1년 전

해결됨


Draw a '5' in a zero matrix!

약 1년 전

해결됨


Draw a '8' in a zero matrix!

약 1년 전

해결됨


Draw a '6' in a zero matrix!

약 1년 전

해결됨


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...

약 1년 전

해결됨


Row sum

약 1년 전

해결됨


Pi Estimate 1
估计PI如下所述:

약 1년 전

해결됨


Draw 'J'
鉴于n作为输入,生成一个nby-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

약 1년 전

해결됨


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

약 1년 전

해결됨


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

약 1년 전

해결됨


Draw 'O' !
鉴于n作为输入,生成一个nby-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

약 1년 전

해결됨


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

약 1년 전

해결됨


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

약 1년 전

해결됨


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

약 1년 전

해결됨


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

약 1년 전

해결됨


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

약 1년 전

해결됨


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

약 1년 전

해결됨


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

약 1년 전

해결됨


Draw a 'N'!
鉴于n作为输入,生成一个nby-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

약 1년 전

해결됨


Most nonzero elements in row
给定矩阵A,返回具有最非零元素的行的索引r。假设总会有一排...

약 1년 전

더로드