1. Tuyển Mod quản lý diễn đàn. Các thành viên xem chi tiết tại đây

Mọi người ơi tính thử nhé

Chủ đề trong 'Toán học' bởi immortality82, 26/06/2007.

  1. 1 người đang xem box này (Thành viên: 0, Khách: 1)
  1. immortality82

    immortality82 Thành viên mới

    Tham gia ngày:
    27/02/2006
    Bài viết:
    239
    Đã được thích:
    0
    Mọi người ơi tính thử nhé

    Tính xem có bao nhiêu cách xếp các chữ số từ 1-9 vào ô sudoku có dạng ô vuông được chia thành 9 ô vuông nhỏ hơn ( gọi là ô A ), mỗi ô vuông A được chia thành 9 ô vuông nhỏ nữa ( gọi là B ). Mỗi ô B chỉ chứa một số sao cho mỗi hàng, mỗi cột và mỗi ô A chứa đủ 9 số từ 1-9. Mình không kẻ được ô nên giải thích thế thôi những ai đã từng làm sudoku chắc chắn biết ô số này.
    Bài chưa có đáp án đâu. Chúc may mắn!
  2. immortality82

    immortality82 Thành viên mới

    Tham gia ngày:
    27/02/2006
    Bài viết:
    239
    Đã được thích:
    0
    up
  3. xuytuyet

    xuytuyet Thành viên tích cực

    Tham gia ngày:
    20/02/2007
    Bài viết:
    530
    Đã được thích:
    1
    Cái này tưởng dễ mà lại hoá khó tiếp cận ghê. Nhớ ko nhầm thì người ta đã tính đc có bao nhiêu ô số Sodoku rồi và còn viết hẳn 1 phần mềm tạo ra các ô Sodoku, thử vào Google tìm thử xem có đáp án ko.( Theo tôi đoán chắc công thức của nó lằng nhằng, cộng trừ các trường hợp nghĩ nhiều chỉ đau đầu).
  4. nhoc_con_pdp

    nhoc_con_pdp Thành viên mới

    Tham gia ngày:
    07/01/2007
    Bài viết:
    2.685
    Đã được thích:
    1
    oài! bài này khó thế! em tò mò quá! e đã search thử nhưng ko có đáp án ạ! anh chị nào giải dc hoặc bjt đáp án thì post lên ná! cảm ơn mọi người nhiều ^^
  5. chicken_008

    chicken_008 Thành viên rất tích cực

    Tham gia ngày:
    30/09/2004
    Bài viết:
    1.345
    Đã được thích:
    0
    Thuật toán Soduko: Mọi ng chịu khó đọc tiếng anh nhé. Ngại dịch :D
    The general problem of solving Sudoku puzzles on n2 x n2 boards of n x n blocks is known to be NP-complete [1]. This gives some vague indication of why Sudoku is hard to solve, but on boards of finite size the problem is finite and can be solved by a deterministic finite automaton that knows the entire game tree.
    However, for a non-trivial starting board, the game tree is very large and so this method is not feasible. The problem of solving a puzzle that is known to have only one solution is in UP.
    Solving Sudoku puzzles can be expressed as a graph colouring problem. The aim of the puzzle in its standard form is to construct a proper 9-colouring of a particular graph, given a partial 9-colouring. The graph in question has 81 vertices, one vertex for each cell of the grid.
    The vertices can be labelled with the ordered pairs(x ,y) where x and y are integers between 1 and 9. In this case, two distinct vertices labelled by (x,y) and (x`,y`) are joined by an edge if and only if:
    x=x` or,
    y=y` or,
    [x/3]=[x`/3] and [y/3] =[y`/3]
    The puzzle is then completed by assigning an integer between 1 and 9 to each vertex, in such a way that vertices that are joined by an edge do not have the same integer assigned to them.
    A valid Sudoku solution grid is also a Latin square. There are significantly fewer valid Sudoku solution grids than Latin squares because Sudoku imposes the ad***ional regional constraint. Nonetheless, the number of valid Sudoku solution grids for the standard 9-9 grid was calculated by Bertram Felgenhauer in 2005 to be 6,670,903,752,021,072,936,960, which is roughly the number of micrometers to the nearest star. This number is equal to 9! - 722 - 27 - 27,704,267,971, the last factor of which is prime. The result was derived through logic and brute force computation. The derivation of this result was considerably simplified by analysis provided by Frazer Jarvis and the figure has been confirmed independently by Ed Russell. Russell and Jarvis also showed that when symmetries were taken into account, there were 5,472,730,538 solutions. The number of valid Sudoku solution grids for the 16-16 derivation is not known.
    The maximum number of givens that can be provided while still not rendering the solution unique, regardless of variation, is four short of a full grid; if two instances of two numbers each are missing and the cells they are to occupy are the corners of an orthogonal rectangle, and exactly two of these cells are within one region, there are two ways the numbers can be added. The inverse of this ?" the fewest givens that render a solution unique ?" is an unsolved problem, although the lowest number yet found for the standard variation without a symmetry constraint is 17, a number of which have been found by Japanese puzzle enthusiasts, and 18 with the givens in rotationally symmetric cells.
    Được chicken_008 sửa chữa / chuyển vào 16:39 ngày 29/07/2007
    Được chicken_008 sửa chữa / chuyển vào 16:39 ngày 29/07/2007
  6. chicken_008

    chicken_008 Thành viên rất tích cực

    Tham gia ngày:
    30/09/2004
    Bài viết:
    1.345
    Đã được thích:
    0
    mình định type đạo hàm cấp 1 của x, nhưng ko gõ được cái dáu nháy trái, dùng dấu nháy phải ( ` ) để thay nhé.
  7. xuytuyet

    xuytuyet Thành viên tích cực

    Tham gia ngày:
    20/02/2007
    Bài viết:
    530
    Đã được thích:
    1

Chia sẻ trang này