• SEARCH

    통합검색
세모계
    • Dark Mode
    • GNB Always Open
    • GNB Height Maximize
    • Color
    • Brightness
    • SINCE 2015.01.19.
    • 세모계 세모계
    •   SEARCH
    • 세상의 모든 계산기
      • 자유(질문) 게시판
      • 계산기 뉴스/정보
      • 수학, 과학, 공학 이야기
      • 세모계 : 공지 게시판
        • 구글 맞춤검색
    • TI
    • CASIO
    • HP
    • SHARP
    • 일반(쌀집) 계산기
    • 기타계산기
    • by OrangeDay
  • 세상의 모든 계산기 자유(질문) 게시판
    • 세상의 모든 계산기 자유(질문) 게시판 ()
    • 표(Table) 테스트

    • Profile
      • 세상의모든계산기
      • 2024.06.26 - 09:42 2024.06.25 - 13:52 3185 7

    원래 표

    Factorial ~69! 70!~449! 500!~1006! 1007!~3248! 3249!~
    EL-509W O X(Error 2) X X X
    fx-570ES, EX O X(Math Error) X X X
    fx-9860G O X(Ma Error) X X X
    TI-nspire, 89T O O X(500!) X X
    HP Prime O O O X(∞)  
    윈도우10 내장 O O O O X(Overflow)

    chatgpt-4o 가 고쳐준 코드

    Factorial ~69! 70!~449! 500!~1006! 1007!~3248! 3249!~
    EL-509W O X(Error 2) X X X
    fx-570ES, EX O X(Math Error) X X X
    fx-9860G O X(Ma Error) X X X
    TI-nspire, 89T O O X(500!) X X
    HP Prime O O O X(∞)  
    윈도우10 내장 O O O O X(Overflow)

     

     

    image.png

     

    Attached file
    image.png 11.5KB 46
    이 게시물을..
    N
    0
    0
    • 세상의모든계산기 25
      세상의모든계산기

      계산기는 거들 뿐
      혹은
      계산기를 거들 뿐

    세상의모든계산기 님의 최근 글

    ban 설정 강화 4704 1 2026 05.09 정적분 구간에 미지수가 있고, solve 를 사용할 수 없을 때 그 값을 확인하려면? 1493 4 2026 04.10 높아질수록 좁아지는 시야에 대하여 - written by ChatGPT 7929 2026 02.12 내가 올해 몇살이더라? (내 나이 계산기) 6811 2026 02.11 AGI 자기 거버넌스 구조와 인간-AGI 관계 모델 (written by GEMINI & GPT) 8090 1 2026 01.30

    세상의모든계산기 님의 최근 댓글

    - claude AI는 l-c*r^2 을 1-c*r^2 으로 잘못 읽고 표시하고 있습니다. - TI-nspire CAS 계산기에 l-c*r^2 ≥0 을 조건에 추가해 계산해 보아도 결과는 바뀌지 않습니다. 2026 07.20 ⚠️ 경고가 바로 두 번째 방법이 "성공"한 이유와 정확히 연결되어 있습니다.   경고의 의미 "Domain of the result might be larger than the domain of the input"는 CAS가 절댓값(모듈러스)을 계산하는 과정에서 원래 식보다 정의역이 더 넓은 형태로 단순화했다는 뜻입니다. 구체적으로 이 계산은 내부적으로 대략 이런 과정을 거칩니다. $$\left|\frac{er}{e\cdot r}\right| = \sqrt{\left(\frac{er}{e\cdot r}\right)\cdot\overline{\left(\frac{er}{e\cdot r}\right)}}$$ 즉 원래 식(복소수)과 그 켤레복소수를 곱해서 실수부·허수부 제곱합을 만들고, 거기에 다시 제곱근을 씌우는 과정입니다. 이 과정에서 √(x²) → x 또는 √a·√b → √(ab) 같은 규칙들이 쓰이는데, 이런 규칙들은 x가 실수이고 0 이상일 때만 엄밀하게 성립합니다. CAS는 이 조건들을 일일이 다 추적하지 않고 넘어가면서, 원래는 (e≠0, r+l·ω·i ≠ 0 등) 복소수 특유의 좁은 정의역을 가진 식을, r, l, ω가 어떤 실수여도(부호 무관하게) 정의되는 1/√(r²+l²·ω²)라는 더 넓은 정의역의 식으로 바꿔버린 것입니다. CAS는 이 손실을 감지하고 경고를 띄운 것입니다. 이게 왜 조건 대입 성공과 연결되는가 정리하면, 이 경고는 사실상 이런 뜻입니다. "나는 이 결과를 만들면서 원래 식이 가지고 있던 정의역 제약 정보(부호 조건, i 관련 조건 등)를 이미 버렸다." 바로 이 "정의역 정보를 버린" 상태가 이후 con_1 대입을 매끄럽게 만드는 원인입니다. 첫 번째 시도에서는 i가 살아있는 원래 식에 조건을 대입했기 때문에, CAS가 √(1-c·r²)이 실수인지(정의역 조건: 1-c·r² ≥ 0) 계속 추적하려고 했고, 그 정보가 con에 없어서 더 이상 정리를 못 하고 멈췄습니다. 두 번째 시도에서는 절댓값 계산 단계에서 이미 그런 세밀한 정의역 추적을 CAS 스스로 포기(단순화)했기 때문에, 이후 ω에 무리식을 대입해도 "이게 실수가 맞나?" 하는 검증 절차 없이 그냥 대수적으로 치환·정리해 버립니다. 그래서 깔끔하게 √c/√l이 나온 겁니다. 한 줄 요약 절댓값 계산 시 뜬 "정의역이 넓어졌을 수 있다"는 경고는, CAS가 그 순간에 원래 식의 엄밀한 조건(정의역)을 놓쳤다는 신호이고, 바로 그 "조건을 놓친 상태"이기 때문에 뒤에 이어지는 조건식 대입이 막힘없이 진행된 것입니다. 다만 그 대가로, 결과인 1/√(r²+l²·ω²)이나 최종 √c/√l이 원래 회로 조건(i≠0이 되는 경계, 분모가 0이 되는 경우 등)에서는 엄밀히 성립하지 않을 수 있다는 점은 감안하셔야 합니다. 실제 물리적으로는 r, l, c > 0이고 결과도 물리적으로 타당한 형태라 문제없어 보이지만, 수학적 엄밀성 측면에서는 "정의역이 넓어진 근사적 결과"라는 꼬리표가 붙어있는 셈입니다. 2026 07.20 Claude AI 답변 TI-Nspire CAS의 | (such that / 조건대입) 연산자는 대입 시점의 수식 형태를 그대로 두고 기호만 치환하는 연산입니다. 대입 후에 처음부터 다시 "실수부/허수부 분리, 유리화" 같은 재간소화를 자동으로 수행하지 않습니다. 이 차이가 지금 보신 결과 차이의 핵심입니다. 첫 번째 경우 (|er/(e·r)| | con_1 and con → 실패) 이 시점의 식은 아직 r + l·ω·i 형태의 복소수 그대로입니다 (i가 살아있음). 여기에 con_1: ω = √(1-c·r²)/(√c·l)을 대입하면, 분모 안에 i · √(1-c·r²) 라는 항이 새로 생깁니다. 문제는 CAS가 √(1-c·r²)이 실수인지(즉 1-c·r² ≥ 0인지) 판단할 근거가 없다는 겁니다. 저장해 두신 con 조건은 c>0, l>0, r>0뿐이고, 1-c·r²≥0이라는 조건은 포함되어 있지 않습니다. 그래서 CAS는 i와 이 무리식을 더 정리(유리화, 실수부·허수부 재결합)하지 못하고 있는 그대로 남겨둡니다. 결과에 여전히 i가 보이는 이유입니다. 두 번째 경우 (결과값 1/√(r²+l²·ω²)에 대입 → 성공) |er/(e·r)| (절댓값/모듈러스) 연산은 그 자체로 이미 "복소수 → 실수" 변환을 완료한 결과입니다. 즉 1/√(r²+l²·ω²)에는 더 이상 i가 없고, 순수하게 r, l, ω로만 이루어진 실수식입니다. 이 식에 ω = con_1을 대입하는 것은 그냥 실수 대수식에 실수 대입하는 것이므로, i와 무리식이 뒤엉키는 문제 자체가 발생하지 않습니다. 그래서 바로 깔끔하게 √c/√l로 정리됩니다. 정리하면 절댓값(모듈러스) 계산은 "이 값들이 실수다"라는 가정을 이미 내부적으로 써서 i를 제거하는 연산입니다. 그 연산을 조건 대입 이전에 해두면, 이후 대입은 단순 실수 대입이라 문제없이 정리됩니다. 반대로 i가 남아있는 식에 무리식을 포함한 조건을 먼저 대입하면, 그 무리식의 실수성/부호에 대한 가정이 없어서 CAS가 i를 소거하는 재간소화를 못 하고 멈춰버립니다. 실용적 팁: 복소식에 조건을 대입해야 할 때는 가능하면 절댓값·실수화(유리화) 등을 먼저 끝내서 i를 없앤 뒤 조건을 대입하거나, 대입 후 결과에 다시 simplify/expand/combine 같은 명령을 한 번 더 걸어주면 (필요한 도메인 조건과 함께) 정리가 되는 경우가 많습니다. 2026 07.19 저도 어림잡아 추측할 뿐이지 정확한 이유를 알지는 못합니다.    질문하신 사진을 그대로 (Gemini 3.5 Flash / ChatGPT / Claude Sonnet 5) AI에 넣어 보니  claude AI 가 제일 합리적인 답변을 주어서 이를 붙여 넣습니다.  2026 07.19 아 그렇네요. 감사합니다. ^^ 2026 04.28
    글쓴이의 서명작성글 감추기 

    댓글7

    • Profile 0
      세상의모든계산기
      2024.06.25 - 14:51 2024.06.25 - 13:56 #42593

       

      현재 표기능에 문제가 있습니다. css 충돌? 호환? 문제인 듯 한데... 

      해결이 되겠죠?

       

      원래 Table tag 
      
      <table border="1" cellpadding="1" cellspacing="1" style="width: 600px;">
      <thead>
      <tr>
      <th scope="row">Factorial</th>
      <th scope="col">~69!</th>
      <th scope="col">70!~449!</th>
      <th scope="col">500!~1006!</th>
      <th scope="col">1007!~3248!</th>
      <th scope="col">3249!~</th>
      </tr>
      </thead>
      <tbody>
      <tr>
      <th scope="row">EL-509W</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(Error 2)</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      </tr>
      <tr>
      <th scope="row">fx-570ES, EX</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(Math Error)</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      </tr>
      <tr>
      <th scope="row">fx-9860G</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(Ma Error)</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      </tr>
      <tr>
      <th scope="row">TI-nspire, 89T</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(500!)</td>
      <td style="text-align: center;">X</td>
      <td style="text-align: center;">X</td>
      </tr>
      <tr>
      <th scope="row">HP Prime</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(∞)</td>
      <td style="text-align: center;"> </td>
      </tr>
      <tr>
      <th scope="row">윈도우10 내장</th>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">O</td>
      <td style="text-align: center;">X(Overflow)</td>
      </tr>
      </tbody>
      </table>
      
      
      chatgpt-4o 가 고쳐준 Table Tag
      
      
      <table border="1" cellpadding="1" cellspacing="1" style="width: 600px;">
          <thead>
              <tr>
                  <th style="display: table-cell; width: 100px;">Factorial</th>
                  <th style="display: table-cell; width: 100px;">~69!</th>
                  <th style="display: table-cell; width: 100px;">70!~449!</th>
                  <th style="display: table-cell; width: 100px;">500!~1006!</th>
                  <th style="display: table-cell; width: 100px;">1007!~3248!</th>
                  <th style="display: table-cell; width: 100px;">3249!~</th>
              </tr>
          </thead>
          <tbody>
              <tr>
                  <th style="display: table-cell; width: 100px;">EL-509W</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(Error 2)</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
              </tr>
              <tr>
                  <th style="display: table-cell; width: 100px;">fx-570ES, EX</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(Math Error)</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
              </tr>
              <tr>
                  <th style="display: table-cell; width: 100px;">fx-9860G</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(Ma Error)</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
              </tr>
              <tr>
                  <th style="display: table-cell; width: 100px;">TI-nspire, 89T</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(500!)</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X</td>
              </tr>
              <tr>
                  <th style="display: table-cell; width: 100px;">HP Prime</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(∞)</td>
                  <td style="display: table-cell; text-align: center; width: 100px;"> </td>
              </tr>
              <tr>
                  <th style="display: table-cell; width: 100px;">윈도우10 내장</th>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">O</td>
                  <td style="display: table-cell; text-align: center; width: 100px;">X(Overflow)</td>
              </tr>
          </tbody>
      </table>

       

       

      댓글
    • Profile 0
      세상의모든계산기
      2024.06.25 - 14:06 #42596

      image.png

       

      이 flex 속성이 문제인 것 같은데 말이죠.

      Attached file
      image.png 9.7KB 38
      댓글
    • Profile 0
      세상의모든계산기
      2024.06.25 - 14:10 2024.06.25 - 14:08 #42600

      image.png

      이렇게 찾아가는 거군요.

      앗! 저기 체크박스 해제하니까 바로 적용되네요. 굿.

      저게 문제 원인이 맞았습니다. 

       

      게시판 사이즈에 맞게

      테이블 폭을 자동 조절해 주는 기능? 같은데 

      일단 소스 수정해서 꺼 보겠습니다.

      Attached file
      image.png 14.1KB 33
      댓글
    • Profile 0
      세상의모든계산기
      2024.06.25 - 14:14 #42604

      image.png

       

      해당 파일 950번 line 에 display: flex; 를 뭘로 바꿔야 하나?

       

      만약 \<td> 셀에 적용된 "display: flex;"를 다른 방식으로 바꾸어야 한다면, 테이블 셀의 기본 레이아웃을 유지하면서 원하는 스타일링을 적용할 수 있는 방법이 필요합니다. \<td>는 기본적으로 테이블 셀을 나타내는 태그이며, 테이블의 행과 열 구조를 유지해야 합니다.

      대안으로 다음과 같은 방법들이 있을 수 있습니다:

      1. **inline-block 사용**: 테이블 셀에 "display: inline-block;" 속성을 적용하여 요소를 인라인 블록 요소로 설정할 수 있습니다. 이는 테이블 셀이 가로로 배치되도록 하면서, 다른 요소와도 좀 더 적절하게 조화를 이룰 수 있습니다.

         ```css
         .od-bord table td {
             display: inline-block;
             align-items: center; /* 필요한 경우 */
             line-height: 1.4; /* 필요한 경우 */
             padding-top: 5px; /* 필요한 경우 */
             padding-bottom: 5px; /* 필요한 경우 */
         }
         ```

      2. **block 사용**: 테이블 셀을 "display: block;"으로 설정하여 블록 요소로 만들 수도 있습니다. 이 경우에는 테이블의 기본 구조를 유지하면서 셀 내부의 내용을 좀 더 자유롭게 배치할 수 있습니다.

         ```css
         .od-bord table td {
             display: block;
             align-items: center; /* 필요한 경우 */
             line-height: 1.4; /* 필요한 경우 */
             padding-top: 5px; /* 필요한 경우 */
             padding-bottom: 5px; /* 필요한 경우 */
         }
         ```

      3. **float 사용**: "float: left;" 또는 "float: right;"를 사용하여 테이블 셀을 부유(floating) 상태로 만들어 가로 배치를 조정할 수도 있습니다. 이 방법은 일반적으로 레이아웃을 구성할 때 사용되는 방식입니다.

         ```css
         .od-bord table td {
             float: left; /* 또는 float: right; */
             align-items: center; /* 필요한 경우 */
             line-height: 1.4; /* 필요한 경우 */
             padding-top: 5px; /* 필요한 경우 */
             padding-bottom: 5px; /* 필요한 경우 */
         }
         ```

      이러한 방법들 중에서 상황에 맞는 적절한 스타일을 선택하여 \<td> 셀에 적용하면, 테이블 셀이 기대하는 방식대로 배치될 수 있습니다. 선택한 스타일은 다른 요소들과의 조화를 유지하면서도 원하는 디자인을 구현할 수 있도록 도와줄 것입니다.

      Attached file
      image.png 24.1KB 28
      댓글
    • Profile 0
      세상의모든계산기
      2024.06.25 - 14:43 2024.06.25 - 14:20 #42608

      table td

      1. Inline-block 적용

      image.png

       

       

      2. block 적용

      image.png

       

      3. display: 적용 안함

      image.png

      display: float; 인줄 알고 적용했는데, float: left; 이런 식으로 쓰는거네요. 

      모바일쪽이 좀 깨지지만, 일단 이걸로...

      Attached file
      image.png 12.2KB 31 image.png 13.8KB 33 image.png 38.4KB 29
      댓글
    • Profile 0
      세상의모든계산기
      2024.06.26 - 09:42 2024.06.26 - 09:42 #42879

      https://github.com/OrangeDayCom/rhymix-layout/issues/3#issuecomment-2190435618

      임시로 수정하시려고 한다면
      /modules/board/skins/OrangeDay_board/css/default.css 에서
      라인 950
      .od-bord table td { display: flex; align-items: center; line-height:1.4; padding-top:5px; padding-bottom:5px }
      을
      .od-bord .write_header table td { display: flex; align-items: center; line-height:1.4; padding-top:5px; padding-bottom:5px }
      로 수정하면 됩니다.

      댓글
    • Profile 0
      세상의모든계산기
      2024.06.26 - 01:03 2024.06.26 - 00:53 #42630

      CKeditor Table 만들기

      1 2 3
      4 5 6
      7 8 9
      10 11 12

       

      <table border="1" cellpadding="1" cellspacing="1" style="width:500px;">
      <tbody>
      <tr>
      <td>1</td>
      <td>2</td>
      <td>3</td>
      </tr>
      <tr>
      <td>4</td>
      <td>5</td>
      <td>6</td>
      </tr>
      <tr>
      <td>7</td>
      <td>8</td>
      <td>9</td>
      </tr>
      <tr>
      <td>10</td>
      <td>11</td>
      <td>12</td>
      </tr>
      </tbody>
      </table>

       

      댓글
    • 댓글 입력
    • 에디터 전환
    댓글 쓰기 에디터 사용하기 닫기
    • view_headline 목록
    • 14px
    • 목록
      view_headline
    7
    × CLOSE
    전체 일반 389 질문 508 웃김 2 팁 & 정보 16 퀴즈 2 리뷰 11 퍼옴 & 링크 6 공지 1
    기본 (0) 제목 날짜 수정 조회 댓글 추천 비추
    분류 정렬 검색
    등록된 글이 없습니다.
    • 글쓰기
    • 세상의 모든 계산기 자유(질문) 게시판
    • 세상의모든계산기
    • 사업자등록번호 703-91-02181
    • 세모계 all rights reserved.