Volume 101
Published on March 2025Volume title: Proceedings of CONF-MPCS 2025 Workshop: Mastering Optimization: Strategies for Maximum Efficiency

With the improvement of people’s living standards in the new era, tourism consumption has gradually become a hotspot of popular entertainment. Beijing faces the challenges of high tourist carrying capacity at attractions and uneven distribution of tourism resources. There is a growing need for personalised travel path planning. This study aims to develop a one-stop personalised intelligent recommendation model for tourist attractions in the Beijing area to enhance tourists’ travel experience. By integrating data from mainstream travel websites such as Ctrip, Tongcheng, and Qunar, the paper uses natural language processing (NLP) technology to conduct analyses of online reviews to derive user sentiment and personalisation indicators. The entropy weight method is used to comprehensively consider the user’s personalised travel preferences, combined with the Technique for Order Preference by Similarity to an Ideal Solution (TOPSIS) method to scientifically rank the attractions and select the candidate set. Finally, the path planning algorithm with distance factor is implemented based on a greedy algorithm to optimise the travel path according to the user’s interest and achieve the recommendation of personalised travel routes. The model proposed in this study shows high accuracy and user satisfaction in empirical tests, which strengthens the user information processing support and personalisation needs in the era of big data, and contributes new solutions to the field of travel path recommendation.
Many physics and mathematics problems generate linear equation systems, and solving linear equation systems has become an important proposition. Therefore, combined with the characteristics of modern computers, various methods for solutions need to be sought. This article introduces applications of linear equation systems in different fields, as well as representative figures and works with outstanding achievements. It focuses on providing formulas and corresponding Matlab codes for Gauss elimination, Jacobi iteration, and G-S iteration to solve equation systems, and rigorously proves the sufficient and necessary condition for convergence of iterative formula and also proves the convergence of different iteration methods under different types of coefficient matrices. Based on these solving methods, two examples are practiced in Matlab, the running time and iteration times of different methods are comprehensively compared. Thus, the superiority of the G-S iterative method is obtained. Finally, when there are zero elements in the diagonal elements of the coefficient matrix, the article proposes an improved method to solve this problem.