«matrix» 태그된 질문

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

3
지그재그 형 행렬 재구성
압축 알고리즘의 일부로 JPEG 표준은 교차 방향의 대각선을 따라 벡터로 행렬을 언 롤링합니다. 당신의 임무는 롤링되지 않은 벡터를 행렬 치수와 함께 취해 해당 행렬을 재구성하는 것입니다. 예로서: [1, 2, 5, 9, 6, 3, 4, 7, 1, 2, 8, 3], 4, 3 양보해야한다 [1 2 3 4 5 6 7 8 …

19
에르 미트 행렬?
이 문제는 복소수를 처리하거나 이해하지 않아도됩니다. 모든 요소가 2 요소 (Re, Im) 정수 목록 인 비어 있지 않은 정사각 행렬이 주어지면 이것이 허미 시안 행렬인지 여부를 결정합니다 (진실 / 거짓 값 또는 2 개의 일관된 값 제공). 입력은 정수의 3D 배열입니다. 복소수의 2D 배열이 아닙니다. 언어가 3D 배열을 직접 사용할 …

6
보조 인자 행렬
보조 인자 행렬은 Adjugate Matrix 의 전치입니다 . 이 행렬의 요소 는 원래 행렬 의 보조 인자 입니다. 보조 인자 (즉, 열 i 및 열 j의 보조 인자 행렬의 요소)는 원래 행렬에서 i 번째 행과 j 번째 열을 삭제하고 (-1) ^ (i + j)를 곱한 하위 행렬의 결정 요인입니다. 예를 …

14
값이 중복 된 모든 (반대) 대각을 발견
도전: 행렬 입력이 주어지면 숫자가 중복 된 대각선 및 대각 대각선의 양을 결정하십시오. 따라서 다음과 같은 행렬이 있다면 : [[aa,ab,ac,ad,ae,af], [ba,bb,bc,bd,be,bf], [ca,cb,cc,cd,ce,cf], [da,db,dc,dd,de,df]] 모든 대각선과 대각 대각선은 다음과 같습니다. [[aa],[ab,ba],[ac,bb,ca],[ad,bc,cb,da],[ae,bd,cc,db],[af,be,cd,dc],[bf,ce,dd],[cf,de],[df], [af],[ae,bf],[ad,be,cf],[ac,bd,ce,df],[ab,bc,cd,de],[aa,bb,cc,dd],[ba,cb,dc],[ca,db],[da]] 예: [[1,2,1,2,1,2], [1,2,3,4,5,6], [6,5,4,3,2,1], [2,1,2,1,2,1]] 모든 대각선과 대각 대각선은 다음과 같습니다. [[1],[2,1],[1,2,6],[2,3,5,2],[1,4,4,1],[2,5,3,2],[6,2,1],[1,2],[1], [2],[1,6],[2,5,1],[1,4,2,1],[2,3,3,2],[1,2,4,1],[1,5,2],[6,1],[2]] 고유 번호 만 포함하는 모든 대각선 …

16
행렬 열의 진행
무한 행렬을 고려하십시오. 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 2 3 0 0 2 3 0 0 2 3 0 0 2 3 0 0 0 4 5 6 0 0 0 4 5 6 0 0 0 …
17 code-golf  matrix 

21
내 행렬의 델타 합
배경 정수 배열의 델타 는 연속 요소의 차이를 가져 와서 형성된 배열입니다. 예를 들어 [1, 2, 4, 7, 3, 9, 6]델타는 다음과 같습니다 [1, 2, 3, -4, 6, -3]. 이제 정수 행렬의 델타를 각 행과 포함하는 각 열의 델타로 정의합니다. 예로서: Row deltas: 1 2 3 4 │ => [1, …

30
사라지는 요소
문자열 S과 인덱스 목록이 제공 되면의 결과를 새 값으로 사용하면서의 각 인덱스에서 요소를 제거하여 X수정 S하십시오 .SS 예를 들어 given S = 'codegolf'및 X = [1, 4, 4, 0, 2], 0 1 2 3 4 5 6 7 | c o d e g o l f | Remove 1 …
17 code-golf  string  array-manipulation  code-golf  string  ascii-art  code-golf  number  sequence  pi  code-golf  number  array-manipulation  code-golf  string  ascii-art  code-golf  math  number  game  code-golf  math  sequence  polynomials  recursion  code-golf  math  number  sequence  number-theory  code-golf  permutations  balanced-string  code-golf  string  ascii-art  integer  code-golf  decision-problem  hexagonal-grid  code-golf  ascii-art  kolmogorov-complexity  code-golf  number  code-golf  matrix  binary-matrix  code-golf  math  statistics  code-golf  string  polyglot  code-golf  random  lost  code-golf  date  path-finding  code-golf  string  code-golf  math  number  arithmetic  number-theory  code-golf  tetris  binary-matrix  code-golf  array-manipulation  sorting  code-golf  number  code-golf  array-manipulation  rubiks-cube  cubically  code-golf  grid  optimization  code-golf  math  function  code-golf  string  quine  code-golf  ascii-art  grid  code-golf  decision-problem  grid  simulation  code-golf  math  sequence  code-golf  path-finding  code-golf  ascii-art  grid  simulation  code-golf  number  whitespace  code-golf  sequence  code-golf  sequence  code-golf  sequence  integer  code-golf  math  game  code-golf  internet  stack-exchange-api  code-golf  sequence  code-golf  internet  stack-exchange-api  code-golf  math  factoring  code-challenge  sequence  polyglot  rosetta-stone  code-golf  string  browser  code-golf  date  code-golf  base-conversion  code-challenge  cops-and-robbers  hello-world  code-golf  cops-and-robbers  hello-world 

25
간단한 패턴
입력 : 선택한 입력 형식의 두 개의 단일 자릿수 ( m및 n) 및 두 자릿수 ( a및 b)를 입력하십시오. 산출: 연습을 위해 척하십시오 m=2, n=5, a='a', b='b'. 출력은 4 개의 입력으로 구성된 문자열입니다. resultvalue를 사용 하여 문자열을 호출 해 봅시다 "". 첫째, CONCATENATE a위에 result m배, CONCATENATE 그래서 a위에 result …
17 code-golf  string  code-golf  arithmetic  code-golf  string  array-manipulation  rubiks-cube  code-golf  math  number  code-golf  tips  bash  code-golf  ascii-art  music  code-golf  arithmetic  code-golf  math  number  arithmetic  integer  code-golf  number  array-manipulation  code-golf  geometry  grid  set-partitions  code-golf  math  number  code-golf  combinatorics  code-golf  regular-expression  code-golf  permutations  code-golf  ascii-art  code-golf  number  array-manipulation  matrix  code-golf  kolmogorov-complexity  compile-time  cops-and-robbers  polyglot  cops-and-robbers  polyglot  code-golf  string  code-golf  string  ascii-art  matrix  animation  code-golf  ascii-art  code-golf  string  balanced-string  code-golf  integer  integer-partitions  expression-building 

13
역 순열 인덱스
소개 n 개의 요소 를 가진리스트의 사전 식 순열은 0에서 n 까지 번호가 매겨 질 수 있습니다 ! -1. 예를 들어, 3! = 6 순열 (1,2,3)것 (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), (3,2,1). 순열이 목록에 적용되면 해당 요소는 순열의 숫자와 동일한 순서로 정렬됩니다. 예를 들어 순열 (2,3,1)을 l = (a,b,c)yields에 적용합니다 …
17 code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

11
재귀 2x2 결정 요인
2x2 행렬의 결정 요인 a b c d 에 의해 제공됩니다 ad - bc. 크기가 2 n x 2 n , n ≥ 1 인 자릿수 행렬이 주어지면 단일 숫자에 도달 할 때까지 각 2 x 2 서브 블록의 결정자를 재귀 적으로 계산하여 얻은 결과를 출력합니다. 예를 들어, 입력이 주어지면 …

10
오름차순 행렬
"오름차순 행렬"은 정수 (0 포함)의 무한 행렬로, 모든 요소가 해당 행과 열에서 이전에 사용되지 않은 가장 작은 사용 가능한 요소입니다. | 1 2 3 4 5 6 ... --+---------------- 1 | 0 1 2 3 4 5 ... 2 | 1 0 3 2 5 4 ... 3 | 2 …
17 code-golf  math  matrix  programming-puzzle  code-golf  music  code-challenge  programming-puzzle  code-golf  fastest-code  code-golf  number  game  code-golf  combinatorics  code-golf  math  sequence  restricted-complexity  code-golf  number  random  code-golf  array-manipulation  code-golf  math  matrix  code-golf  number  sequence  counting  code-golf  math  number  sequence  popularity-contest  number  sequence  code-golf  music  code-golf  number  code-golf  ascii-art  arithmetic  code-golf  code-golf  number  code-golf  code-challenge  array-manipulation  code-golf  grammars  code-challenge  polyglot  code-golf  game  math  python  programming-puzzle  code-challenge  king-of-the-hill  code-challenge  fastest-code  primes  number-theory  number-theory  primes  fastest-code  factoring  popularity-contest  compile-time  code-golf  math 

20
가장 기여하는 행
음수가 아닌 정수로 구성된 비어 있지 않은 행렬이 주어지면 어떤 고유 한 행이 행렬의 요소 합계에 가장 많이 기여하는지 응답하십시오. 예를 들어 고유 한 행 모양 (또는 정렬 순서)의 마스크 또는 해당 항목의 인덱스 (0 또는 1 기반) 또는 행 (어느 순서로든)으로 구성된 하위 행렬 또는 일부 사전 구성의 종류… …

7
경계선없는 테이블
이 도전에서는 알파벳 문자를 직교 평면에 배치하고 결과를 텍스트로 출력합니다. 입력 내용은 3 개의 매개 변수가있는 목록 목록으로 구성됩니다. X 좌표 Y 좌표 끈 어떻게? 직교 평면에는 2 개의 축 ( X, Y)(엑스,와이)(X, Y) 과 (X,Y)(X,Y)(X,Y) 좌표 의 부호 가 (+,+)(+,+)(+,+) , (−,+)(−,+)(−,+) , (−,−)(−,−)(−,−) 및 (+,−)(+,−)(+,−) . 예를 들어 …


30
테두리가없는 완벽한 사각형
주어진 n=m^2정수 m x m그리드를 경계로하지 않는 정수 목록을 반환합니다 1 to n. 예 n = 1 (m = 1) 그리드: [1] 반환: [] n = 4 (m = 2) 그리드: [1,2] [3,4] 반환: [] n = 9 (m = 3) 그리드: [1,2,3] [4,5,6] [7,8,9] 반환: [5] n = 16 …
16 code-golf  matrix 

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