When I enter the command
DSolve[{3xy'[x]-y[x]==log[x]+1, y[1]==-2}, y[x],x]
the program gives me interpretation is unavailable, any suggestions?
yeah probably, thanks for the feedback.
DSolve[{3 x y'[x] - y[x] == Log[x] + 1, y[1] == -2}, y[x], x]
Works fine, you made syntax errors.