«matrix» 태그된 질문

행렬은 행과 열이있는 사각형으로 배열 된 숫자 목록입니다. 프로그래밍에서는 2D 어레이라고도합니다. 매트릭스 조작이 어려운 경우이 태그를 사용하십시오.

11
2D 분할 누적 합계
도전 매트릭스 주어 M 과 R의 행과 C의 컬럼 및 2 개의 부울을 나열 V 길이의 R 및 H 길이의 C , 분할 된 누적 종횡 합을 계산한다. 규칙 r 및 c 는 1 이상 H 와 V 는 진정한 가치로 시작 M 의 값 은 해당 언어의 합리적인 숫자 …


9
대체 부호 행렬 검증
교대 부호 행렬 인 n의해 n숫자로 이루어진 매트릭스 -1, 0, 1이되도록 : 각 행과 열의 합은 1 각 행과 열의 0이 아닌 항목은 대체 부호 이 행렬은 순열 행렬을 일반화하고 주어진 행렬의 수는 n얼마 동안 관심 대상이었습니다. 그것들은 매트릭스 결정자를 계산하는 Dodgson 응축 방법 (Charles Dodgson, 더 잘 알려진 Lewis …

8
행렬 변환
행렬 A (행렬의 최대 차원 값이 100 임)가 새 행렬 B로 변환되는 프로그램 또는 함수를 작성하십시오. 새 행렬 B의 각 요소는 행렬 A의 해당 요소의 양의 이웃의 합입니다. . 4 개의 직교 방향의 이웃 만이 고려되며, 가장자리는 둘러싸이지 않습니다. 입력 예 : 1 2 3 4 -1 -2 -3 -4 …
16 code-golf  math  matrix 

7
우리의 분해 큐
이 도전에서 나는 정사각형 행렬의 QR 분해를 찾도록 요청할 것입니다. 행렬의 QR 분해 A는 두 행렬이다 Q 및 R 되도록 A = QR . 특히 우리는 찾고있는 Q 이다 (직교 행렬로 Q T Q = QQ T = I를 여기서 I는 곱셈 신원이고 T는 전치 임) 및 R은 상위의 삼각 …

2
불꽃 놀이 좀 보여줘!
어떤 식 으로든 순서대로 치수 (원하는 순서대로) 확률 (원하는 형식으로) 반복 횟수 (초기 상태를 계산할지 여부를 선택할 수 있음) 다음 중 하나 를 수행하십시오. 애니메이션 또는 의 각 단계를 출력하거나 상태 목록을 반환 그 차원의 공간 가득한 하늘. 각 반복에 대해 : 모든 하늘 캐릭터는 주어진 확률이 * 어떤 둘러싸고있는 …

20
숫자를 분해하십시오!
당신의 임무는 아래 형식을 사용하여 숫자를 분해하는 것입니다. 이것은 기본 변환과 유사, 대신을 나열하는 것을 제외시켰다 digits기본에, 당신은 목록 values목록 입력까지 추가하도록. 주어진베이스 인 경우 n, 다음 목록의 각 수의 형식이어야합니다 k*(n**m), 0<=k<n그리고 m목록에서 고유합니다. 명세서 합리적인 입 / 출력 형식 프로그램 / 기능은 2 개의 입력을 받아서 목록을 출력합니다. …
16 code-golf  number  sequence  number-theory  base-conversion  code-golf  bitwise  hashing  code-golf  string  ascii-art  whitespace  code-golf  math  code-golf  code-golf  image-processing  counting  code-golf  math  arithmetic  checksum  code-golf  code-golf  math  arithmetic  number-theory  code-golf  array-manipulation  random  code-golf  string  code-golf  math  ascii-art  base-conversion  code-golf  graphical-output  geometry  3d  code-golf  math  linear-algebra  matrix  code-golf  math  number  sequence  code-golf  array-manipulation  code-golf  math  matrix  linear-algebra  code-golf  number  sequence  counting  code-golf  string  code-golf  string  restricted-source  quine  sorting  code-golf  string  geometry  code-golf  string  code-golf  networking  code-golf  base-conversion  code-golf  math  matrix  code-golf  arithmetic  linear-algebra  matrix  code-golf  number  arithmetic  grid  code-golf  number  source-layout  code-golf  string  bitwise  checksum  code-golf  array-manipulation  code-golf  string  probability-theory  code-golf  tips  code-golf  sequence  code-golf  string  math  sequence  calculus  code-golf  string  palindrome  bioinformatics  code-golf  math  combinatorics  counting  permutations  code-golf  parsing  logic-gates  code-golf  arithmetic  number-theory  combinatorics  code-golf  math  sequence  polynomials  integer  code-golf  string  ascii-art  chess  code-golf  string  code-golf  number  code-golf  string  ascii-art  parsing  code-golf  code-golf  number  natural-language  conversion  code-golf  arithmetic  code-golf  string  code-golf  ascii-art  decision-problem 

15
2D 어레이의 시계 반대 방향 안쪽 나선형 출력
에서 이 유래 질문 크기가 M×NM×N M \times N 인 2D 배열이 주어지면 시계 반대 방향으로 값을 출력합니다. 출력은 외부에서 내부로 시작해야하며 초기 지점은 항상 (0,0)(0,0)(0,0) 됩니다. 주어진 예 : ⎡⎣⎢⎢⎢15913261014371115481216⎤⎦⎥⎥⎥[12345678910111213141516] \begin{bmatrix} \color{blue}1&\color{red}2&\color{red}3&\color{red}4 \\ \color{red}5&6&7&\color{red}8 \\ \color{red}9&10&11&\color{red}{12} \\ \color{red}{13}&\color{red}{14}&\color{red}{15}&\color{red}{16}\end{bmatrix} 반 시계 방향의 가장자리 값은 1,5,9,13,14,15,16,12,8,4,3,21,5,9,13,14,15,16,12,8,4,3,2 1,5,9,13,14,15,16,12,8,4,3,2 입니다. 이제 우리는 내부 …
15 code-golf  matrix 

16
버스는 합법적입니까?
나는 오늘 버스에 있었고이 표지판을 발견했습니다. seated standing wheelchairs max1 37 30 00 max2 36 26 01 max3 34 32 00 착석 한 승객, 좌석 및 휠체어의 수는 모두 테이블에있는 열보다 크지 않아야합니다. (자세한 내용은 채팅을 참조하십시오.) 이 과제의 목적을 위해 우리는이 아이디어를 일반화 할 것입니다. 엄격하게 양의 길이 N …

7
진동 평등
on [l, r]에서 시작하여 시간 단위당 하나의 단위 속도로 두 개의 정수 포인트 사이에서 진동하는 객체가 있습니다. 당신은 가정 할 수 있습니다 . 예를 들어 객체가 진동 하면 다음과 같은 결과가 나타납니다.lt=0l < r[3, 6] t=0 -> 3 t=1 -> 4 t=2 -> 5 t=3 -> 6 t=4 -> 5 …
15 code-golf  array-manipulation  decision-problem  code-golf  math  number-theory  palindrome  integer-partitions  code-golf  math  decision-problem  geometry  code-golf  string  random  code-golf  ascii-art  code-golf  kolmogorov-complexity  primes  code-golf  kolmogorov-complexity  code-golf  graphical-output  code-golf  number-theory  primes  integer  factoring  code-golf  sequence  array-manipulation  integer  code-golf  array-manipulation  matrix  code-golf  sequence  binary  code-golf  game  cellular-automata  game-of-life  binary-matrix  code-golf  string  ascii-art  code-golf  random  generation  logic  code-golf  string  code-golf  code-golf  sequence  array-manipulation  random  apl  code-golf  code-golf  sequence  primes  code-golf  math  sequence  integer  code-golf  number  arithmetic  array-manipulation  decision-problem  code-golf  ascii-art  number  code-golf  restricted-source  quine  code-golf  chess  board-game  code-golf  math  sequence  code-golf  number  sequence  kolmogorov-complexity  code-golf  number  sequence  arithmetic  code-golf  math  number  alphabet  code-golf  ascii-art  classification  statistics  apl  code-golf  array-manipulation  matrix  code-golf  string  kolmogorov-complexity  code-golf  sequence  binary  base-conversion  binary-matrix  code-golf  string  classification  code-golf  tips  python  code-golf  combinatorics  binary  subsequence  restricted-time  code-golf  number  number-theory  code-golf  math  number  complex-numbers  code-golf  string  code-golf  string  code-golf  string  random  game  king-of-the-hill  python  code-golf  number  sequence  code-golf  number  sequence  code-golf  code-golf  math  number  array-manipulation  code-golf  array-manipulation  decision-problem  code-golf  string  code-golf  sequence  integer 

5
최소 평균이 2.0 인 하위 행렬 찾기
당신은 주어진하고 N 별 m 정수의 행렬 N, m> 3 . 당신의 작업은 발견하는 3- 바이 -3 최저 평균 및 출력이 값을 갖는 서브 매트릭스. 규칙 및 설명 : 정수는 음이 아닙니다. 선택적 입력 및 출력 형식 출력은 소수점 이하 2 자리까지 정확해야합니다 (정수가 아닌 경우). 하위 행렬은 임의의 열과 …
15 code-golf  math  matrix 

4
행렬의 모든 행과 열을 회전
도전 주어진 n x n정수 행렬n >= 2 1 2 3 4 정확히 2n요소 가있는 정수 목록 [1,2, -3, -1] 회전 된 행렬을 출력합니다. 이 매트릭스는 다음과 같은 방식으로 구성됩니다. 목록에서 첫 번째 정수를 가져 와서이 값만큼 첫 번째 행을 오른쪽으로 회전하십시오. 다음 정수를 가져 와서 첫 번째 열을이 값만큼 …

18
직사각형 행렬 정렬
행렬이 주어지면 A각 행과 열 A이 정렬 되면 행 이 왼쪽에서 오른쪽으로 오름차순으로 정렬 되고 열의 경우 위에서 아래로 오름차순으로 정렬된다고 말할 수 있습니다 . 따라서이 행렬은 다음과 같이 정렬됩니다. [ 1 2 3 4 5 ] [ 2 2 3 4 5 ] [ 3 3 3 4 5 …

12
컴패니언 행렬 구성
당신은 외로워하는 많은 다항식을 가지고 있으므로, 그들을 동료로 찌르지 마십시오! 정도의 다항식에는 그에 n대한 n by n컴패니언 큐브 행렬 이 있습니다. 다항식에 대한 계수 목록을 오름차순 ( a + bx +cx^2 + …) 또는 내림차순 ( ax^n + bx^(n-1) + cx^(n-2)+…) 순서로 (둘다는 아님) 수락 하고 컴패니언 행렬을 출력 하는 …

11
가장 큰 줄 찾기
정수로 구성된 2 차원 배열 A와 길이 N이 주어집니다. 당신의 임무는 배열 내에서 가장 높은 총합을 산출하는 N 요소의 직선 (수평, 수직 또는 대각선)을 찾아 그 합을 반환하는 것입니다 . 예 N = 3, A = 3 3 7 9 3 2 2 10 4 1 7 7 2 5 …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.